Skip to content

build(deps): bump DeterminateSystems/magic-nix-cache-action from 6 to 7 #114

build(deps): bump DeterminateSystems/magic-nix-cache-action from 6 to 7

build(deps): bump DeterminateSystems/magic-nix-cache-action from 6 to 7 #114

Workflow file for this run

---
name: Check
'on':
push:
pull_request:
jobs:
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
- run: 'nix fmt . -- --check'
- run: 'nix build .'
- run: 'nix flake check'