We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a433a29 commit d4332fdCopy full SHA for d4332fd
.github/workflows/ruff.yml
@@ -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