Skip to content

Commit

Permalink
Fix escaping of braces in pre-commit hash step
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Oct 21, 2024
1 parent 0e96fe2 commit 32333db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 32333db

Please sign in to comment.