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 20cd2c9 commit b514b83Copy full SHA for b514b83
1 file changed
actions/ruff/action.yml
@@ -26,7 +26,7 @@ runs:
26
using: composite
27
steps:
28
- run: |
29
- if [ ${{ matrix.python-version}} = "3.10"]: then
+ if [ ${{ matrix.python-version}} = "3.10"]; then
30
ruff check --target-version py310
31
else
32
runn check --target-version py313
0 commit comments