Add action
This commit is contained in:
parent
1cd1b69676
commit
886df477a8
1 changed files with 8 additions and 0 deletions
8
.gitea/workflows/commit.yaml
Normal file
8
.gitea/workflows/commit.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
|
runs-on: nix-23.05
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: nix flake check
|
||||||
Loading…
Add table
Add a link
Reference in a new issue