parent
9208515d0f
commit
448e64f8fe
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/ci.yaml
Normal file
10
.forgejo/workflows/ci.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
|
||||
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- run: nix flake check --verbose
|
Loading…
Add table
Reference in a new issue