Add flake check workflow
All checks were successful
Run nix flake check / flake-check (push) Successful in 8s
All checks were successful
Run nix flake check / flake-check (push) Successful in 8s
This commit is contained in:
parent
e1ec9ff94b
commit
614094f3fb
14
.github/workflows/flake-check.yaml
vendored
Normal file
14
.github/workflows/flake-check.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Run nix flake check
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
flake-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: cachix/install-nix-action@v27
|
||||||
|
- run: nix flake check
|
Loading…
Reference in New Issue
Block a user