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 fc1f4b8 commit 1b17604Copy full SHA for 1b17604
1 file changed
.github/workflows/lint-ruff.yml
@@ -0,0 +1,10 @@
1
+name: lint-ruff.yml
2
+on:
3
+ push:
4
+
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v6
10
+ - uses: astral-sh/ruff-action@v3
0 commit comments