Don't run ruff on non-python file changes

update-dependabot
Patrick Robertson 2025-03-24 18:00:14 +04:00
rodzic ad373ae733
commit ace97ac7fd
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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: