This commit is contained in:
parent
50662bffcc
commit
efdaabb71c
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: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- run: nix develop -c just check
|
||||
Loading…
Add table
Add a link
Reference in a new issue