Skip to content

feat: update project template with mise, uv, and cursor #2

feat: update project template with mise, uv, and cursor

feat: update project template with mise, uv, and cursor #2

Workflow file for this run

name: Unit Tests for Python Scripts
on:
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v3
- run: mise exec -- make setup-dev
- run: mise exec -- make test