Skip to content

build(deps): bump DeterminateSystems/nix-installer-action from 11 to 12 #111

build(deps): bump DeterminateSystems/nix-installer-action from 11 to 12

build(deps): bump DeterminateSystems/nix-installer-action from 11 to 12 #111

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@v6
- uses: DeterminateSystems/flake-checker-action@v8
- run: 'nix fmt . -- --check'
- run: 'nix build .'
- run: 'nix flake check'