Skip to content

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 3 to 4 #17

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 3 to 4

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 3 to 4 #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Run linters
run: |
nix develop --command bash -c "pre-commit run --all-files"