kopia lustrzana https://github.com/bellingcat/auto-archiver
Don't run ruff on non-python file changes
rodzic
ad373ae733
commit
ace97ac7fd
|
@ -3,8 +3,18 @@ name: Ruff Formatting & Linting
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- ".github"
|
||||
- "poetry.lock"
|
||||
- "scripts/settings"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- ".github"
|
||||
- "poetry.lock"
|
||||
- "scripts/settings"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Ładowanie…
Reference in New Issue