Skip to content

Add tool versioning with mise #1

Add tool versioning with mise

Add tool versioning with mise #1

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: [ deps ]

Check failure on line 14 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Checks

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 14, Col: 14): Job 'outdated' depends on unknown job 'deps'.
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/restore-deps
- name: Outdated deps
run: make outdated