Skip to content

Add tool versioning with mise #2

Add tool versioning with mise

Add tool versioning with mise #2

Workflow file for this run

name: Checks
on:
pull_request:
branches: [ master ]
jobs:
checks:
uses: ./.github/workflows/_checks.yaml
outdated:
runs-on: ubuntu-latest
needs: [ checks ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/restore-deps
- name: Outdated deps
run: make outdated