Ajouter .gitea/workflow/build.yaml
This commit is contained in:
parent
98995c3225
commit
9077e09de9
12
.gitea/workflow/build.yaml
Normal file
12
.gitea/workflow/build.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Check config
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: nix-builder
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user