Try first github action
This commit is contained in:
parent
53583fc4c7
commit
ebc6eef603
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/check.yml
Normal file
13
.gitea/workflows/check.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: check
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: cachix/install-nix-action@v24
|
||||||
|
- run: nix flake check .
|
Loading…
Reference in a new issue