We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123f48f commit 715010aCopy full SHA for 715010a
1 file changed
actions/ruff/action.yml
@@ -25,7 +25,7 @@ inputs:
25
runs:
26
steps:
27
- run: |
28
- if [ ${{ (matrix.python-version}} = "3.10"]: then
+ if [ ${{ matrix.python-version}} = "3.10"]: then
29
ruff check --target-version py310
30
else
31
runn check --target-version py313
0 commit comments