This commit is contained in:
parent
be341622fe
commit
d83bb57645
14
.gitea/workflows/test.yml
Normal file
14
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: "Test"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
evals:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: apt-get update && apt-get -y install sudo
|
||||
- uses: https://github.com/cachix/install-nix-action@v23
|
||||
with:
|
||||
github_access_token: ""
|
||||
- run: nix flake check
|
Loading…
Reference in New Issue
Block a user