parent
e065fc4a65
commit
e6d6bacf9a
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/check.yaml
Normal file
9
.forgejo/workflows/check.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: nixos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Nixos check
|
||||||
|
run: nix flake check
|
||||||
Loading…
Add table
Add a link
Reference in a new issue