Skip to content

Commit

Permalink
fix: Env needs lefthook (mise)
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 30, 2024
1 parent 3c03654 commit ed05bdf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
- uses: arduino/setup-task@v2
- name: Create demo project
- uses: jdx/mise-action@v2
- name: 'Create demo project'
run: |
git config --global user.email "[email protected]"
git config --global user.name "Test user"
uvx cookiecutter --no-input --output-dir=var .
- uses: actions/setup-python@v5
id: 'setup-python'
with:
architecture: x64
python-version: ${{ matrix.python-version }}
- name: Verify created project
run: |
cd var/demo
Expand Down

0 comments on commit ed05bdf

Please sign in to comment.