We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1c790 commit 37c1649Copy full SHA for 37c1649
.github/workflows/ruff
@@ -0,0 +1,8 @@
1
+name: Ruff
2
+on: [push, pull_request]
3
+jobs:
4
+ ruff:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - uses: chartboost/ruff-action@v1
0 commit comments