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 2a2e33e commit c76baf6Copy full SHA for c76baf6
.github/workflows/lint.yaml
@@ -0,0 +1,11 @@
1
+name: Lint
2
+on: [push, pull_request]
3
+
4
+jobs:
5
+ lint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ - uses: actions/setup-python@v4
10
+ - run: pip install -r requirements.txt
11
+ - run: ruff check --output-format=github .
0 commit comments