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 226b919
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 @@ -26,7 +27,5 @@ jobs:
run: |
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
uv sync --frozen --python='${{ steps.setup-python.outputs.python-path }}'
task fulltest

0 comments on commit 226b919

Please sign in to comment.