Skip to content

Commit 584113f

Browse files
committed
ci: fix workflow syntax error
1 parent dbc661c commit 584113f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
quality:
1414
runs-on: ubuntu-latest
1515
strategy:
16-
matrix:
17-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
16+
matrix:
17+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)