diff --git a/python/{{cookiecutter.project_slug}}/.github/workflows/checks.yaml b/python/{{cookiecutter.project_slug}}/.github/workflows/checks.yaml index 6355166..ba2a319 100644 --- a/python/{{cookiecutter.project_slug}}/.github/workflows/checks.yaml +++ b/python/{{cookiecutter.project_slug}}/.github/workflows/checks.yaml @@ -43,9 +43,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - - cmd: "end-of-file-fixer" - - cmd: "trailing-whitespace" - - cmd: "mixed-line-ending" + cmd: + - "end-of-file-fixer" + - "trailing-whitespace" + - "mixed-line-ending" steps: - uses: actions/checkout@v4