Skip to content

Commit

Permalink
fix: Run go-task to verify generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 6, 2024
1 parent cef983c commit 6d79746
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
- uses: arduino/setup-task@v2
- name: Create demo project
run: |
uvx cookiecutter --no-input --output-dir=var .
Expand All @@ -27,6 +28,4 @@ jobs:
cd var/demo
git init
uv sync --python='${{ steps.setup-python.outputs.python-path }}'
uv run pytest
uv run make -C docs dirhtml
uvx pre-commit run --all-files
task fulltest

0 comments on commit 6d79746

Please sign in to comment.