Skip to content

Add anyhow dep to test project so we can see more action in the cache #240

Add anyhow dep to test project so we can see more action in the cache

Add anyhow dep to test project so we can see more action in the cache #240

Workflow file for this run

name: Lint
on: [push, pull_request]
env:
GITHUB_TOKEN: ${{ github.token }}
jobs:
lint:
name: Check that code is lint clean using precious
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mise
run: |
set -e
set -x
curl https://mise.run | sh
mise install
- name: Run precious
run: |
mise exec -- precious lint -a