feat: add gitea actions workflow
This commit is contained in:
parent
2bc35c1a26
commit
278db0e1d2
1 changed files with 8 additions and 0 deletions
8
.gitea/workflows/build.yml
Normal file
8
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name: "Test"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: nixos/nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: nix build
|
Loading…
Add table
Reference in a new issue