We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dafed commit 8e17453Copy full SHA for 8e17453
.github/workflows/litmus-tests.yml
@@ -34,4 +34,4 @@ jobs:
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
+ args: "check --ignore=ALL"
0 commit comments