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 9a1ceb9 commit 53d2294Copy full SHA for 53d2294
.github/workflows/litmus-tests.yml
@@ -28,3 +28,10 @@ jobs:
28
run: |
29
cd buildbot/osuosl/master
30
BUILDBOT_TEST=1 buildbot checkconfig
31
+ python_syntax_errors:
32
+ runs-on: ubuntu-24.04
33
+ steps:
34
+ - uses: actions/checkout@v4
35
+ - uses: astral-sh/ruff-action@v3
36
+ with: # Ignore all ruff rules except Python Syntax Errors
37
+ args: "check --ignore=ALL"
0 commit comments