Skip to content

Commit

Permalink
fix: Rename task for verify
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 6, 2024
1 parent 6d79746 commit 130888f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
cd var/demo
git init
uv sync --python='${{ steps.setup-python.outputs.python-path }}'
task fulltest
task verify
4 changes: 2 additions & 2 deletions {{cookiecutter.project_basename}}/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tasks:
desc: 'Setup workspace'
cmds:
- 'uv sync --frozen'
test:
desc: 'Test environment'
verify:
desc: 'Verify environment by all procs'
cmds:
- '{{.RUN_PYTHON}} pre-commit run --all-files'
- '{{.RUN_PYTHON}} pytest'
Expand Down

0 comments on commit 130888f

Please sign in to comment.