Skip to content

Add tool versioning with mise (#93) #1

Add tool versioning with mise (#93)

Add tool versioning with mise (#93) #1

Workflow file for this run

name: Checks
on:
push:
branches: [ master ]
jobs:
deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cache-deps
checks:
needs: [ deps ]
uses: ./.github/workflows/_checks.yaml