parent
50662bffcc
commit
9d24d1eb4f
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/flake.yaml
Normal file
12
.forgejo/workflows/flake.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Flake Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
check:
|
||||
runs-on: native
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix develop -c just check
|
Loading…
Add table
Add a link
Reference in a new issue