parent
be341622fe
commit
1cb18fbee3
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: cachix/install-nix-action@v20
|
||||
- run: nix flake check
|
Loading…
Reference in New Issue
Block a user