We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf228f8 commit 66ae93dCopy full SHA for 66ae93d
1 file changed
.github/workflows/ruff-lint.yml
@@ -3,8 +3,12 @@ name: Ruff Checks
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - '**/*.py'
8
pull_request:
9
10
11
12
13
jobs:
14
lint-and-test:
0 commit comments