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 301b897Copy full SHA for 301b897
1 file changed
.github/workflows/lint-ruff.yml
@@ -0,0 +1,13 @@
1
+name: Lint with Ruff
2
+on:
3
+ push:
4
+ branches: [ '*' ]
5
+ pull_request:
6
7
+
8
+jobs:
9
+ lint:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v6
13
+ - uses: astral-sh/ruff-action@v3
0 commit comments