This commit is contained in:
parent
be341622fe
commit
eeb996f80e
15
.gitea/workflows/test.yml
Normal file
15
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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: cat /etc/nix/nix.conf
|
||||
- run: nix flake check
|
Loading…
Reference in New Issue
Block a user