Skip to content

Commit 715010a

Browse files
committed
remove bracket
1 parent 123f48f commit 715010a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/ruff/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
runs:
2626
steps:
2727
- run: |
28-
if [ ${{ (matrix.python-version}} = "3.10"]: then
28+
if [ ${{ matrix.python-version}} = "3.10"]: then
2929
ruff check --target-version py310
3030
else
3131
runn check --target-version py313

0 commit comments

Comments
 (0)