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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths-ignore:
|
||||||
|
- "README.md"
|
||||||
|
- ".github"
|
||||||
|
- "poetry.lock"
|
||||||
|
- "scripts/settings"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths-ignore:
|
||||||
|
- "README.md"
|
||||||
|
- ".github"
|
||||||
|
- "poetry.lock"
|
||||||
|
- "scripts/settings"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Ładowanie…
Reference in New Issue