Compare commits
2 commits
e37b289d02
...
cfdbed06d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfdbed06d5 | ||
|
|
b47cc8e355 |
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/push.yaml
Normal file
8
.forgejo/workflows/push.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- run: nix flake check .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue