Add Actions
This commit is contained in:
parent
8cdd860a5e
commit
709f42f4ad
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/check.yml
Normal file
7
.forgejo/workflows/check.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nixos-host
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue