We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9837706 commit 241c29dCopy full SHA for 241c29d
1 file changed
.github/workflows/uv-tests.yml
@@ -47,5 +47,12 @@ jobs:
47
run: |
48
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
49
git config --global user.name "${{ github.actor }}"
50
+ - name: Cache pre-commit
51
+ uses: actions/cache@v4
52
+ with:
53
+ path: ~/.cache/pre-commit
54
+ key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml', 'project_name/.pre-commit-config.yaml.jinja') }}
55
+ restore-keys: |
56
+ pre-commit-${{ runner.os }}-
57
- name: Run copier-template-tester
58
run: uv run ctt
0 commit comments