Skip to content

Commit 9a3ce7f

Browse files
authored
fix(ci): fix precommit_hooks syntax (#119)
close #118
1 parent cb58838 commit 9a3ce7f

File tree

1 file changed

+4
-3
lines changed
  • python/{{cookiecutter.project_slug}}/.github/workflows

1 file changed

+4
-3
lines changed

python/{{cookiecutter.project_slug}}/.github/workflows/checks.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
- cmd: "end-of-file-fixer"
47-
- cmd: "trailing-whitespace"
48-
- cmd: "mixed-line-ending"
46+
cmd:
47+
- "end-of-file-fixer"
48+
- "trailing-whitespace"
49+
- "mixed-line-ending"
4950
steps:
5051
- uses: actions/checkout@v4
5152

0 commit comments

Comments
 (0)