Skip to content

Commit

Permalink
remove cookiecutter templating
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 25, 2024
1 parent d4c5e9a commit 4baba4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: {{ "${{ matrix.hook.name }}" }}
- name: ${{ matrix.hook.name }}
uses: pre-commit/action@v3.0.1
with:
extra_args: {{ "${{ matrix.hook.args }}" }}
extra_args: ${{ matrix.hook.args }}
docs:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 4baba4c

Please sign in to comment.