We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f45f6 commit 66bd30bCopy full SHA for 66bd30b
.github/workflows/uv-tests.yml
@@ -37,4 +37,5 @@ jobs:
37
run: |
38
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
39
git config --global user.name "${{ github.actor }}"
40
- - run: uvx --from copier-template-tester --with copier_templates_extensions ctt
+ - name: Run copier-template-tester
41
+ run: uvx --from copier-template-tester --with copier_templates_extensions ctt
0 commit comments