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