Add workflow to check flake
Some checks failed
Update `flake.lock` / update_lockfile (push) Has been cancelled
Some checks failed
Update `flake.lock` / update_lockfile (push) Has been cancelled
This commit is contained in:
parent
eb2890525e
commit
bcd439da23
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/flake-check.yaml
Normal file
17
.forgejo/workflows/flake-check.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: "Flake check"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: ['main']
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Run nix flake check
|
||||
run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue