Skip to content

Commit

Permalink
ensure tools are available in CI using mise
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed May 9, 2024
1 parent 5fd594c commit c87fb2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make typecheck

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make lint unused-exports

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make test

smoketest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make smoketest

0 comments on commit c87fb2f

Please sign in to comment.