parent
50662bffcc
commit
ddfe168c71
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/flake.yaml
Normal file
14
.forgejo/workflows/flake.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: Flake Test
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run `nix flake show`
|
||||||
|
run: nix flake show
|
||||||
|
- name: Run `nix flake check`
|
||||||
|
run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue