Skip to content

Commit

Permalink
Align with Copier template v6
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 5, 2025
1 parent 0a97b57 commit 315d1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v5
_commit: v6
_src_path: [email protected]:trallnag/copier-template-python-script.git
project_name: filter-pre-commit-hooks
repo_name: filter-pre-commit-hooks
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Run task init-uv
run: task init-uv

- name: Run task format-precommit
run: task format-precommit
- name: Run task format
run: task format

- name: Run task lint-precommit
run: task lint-precommit
- name: Run task lint
run: task lint

- name: Commit and push changes
if: |
Expand Down

0 comments on commit 315d1d0

Please sign in to comment.