This commit is contained in:
parent
7090f6614f
commit
9432adb355
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/check.yaml
Normal file
14
.forgejo/workflows/check.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: nix
|
||||||
|
container:
|
||||||
|
image: ghcr.io/eboskma/forgejo-nix-runner:latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Check flake
|
||||||
|
run: nix flake check
|
Loading…
Reference in a new issue