parent
be341622fe
commit
04bc9c2a8d
11
.gitea/workflows/test.yml
Normal file
11
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: "Test"
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
evals:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: https://github.com/cachix/install-nix-action@23
|
||||||
|
- run: nix flake check
|
Loading…
Reference in New Issue
Block a user