parent
fc85515fb8
commit
1e236f8f71
10 changed files with 157 additions and 26 deletions
7
.forgejo/workflows/main.yaml
Normal file
7
.forgejo/workflows/main.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nix-latest
|
||||
steps:
|
||||
- uses: actions:checkout@v4
|
||||
- run: nix flake check
|
||||
Loading…
Add table
Add a link
Reference in a new issue