Skip to content

Commit b514b83

Browse files
committed
semi column
1 parent 20cd2c9 commit b514b83

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
@@ -26,7 +26,7 @@ runs:
2626
using: composite
2727
steps:
2828
- run: |
29-
if [ ${{ matrix.python-version}} = "3.10"]: then
29+
if [ ${{ matrix.python-version}} = "3.10"]; then
3030
ruff check --target-version py310
3131
else
3232
runn check --target-version py313

0 commit comments

Comments
 (0)