test if evals
Some checks failed
Test / evals (push) Failing after 1m14s

This commit is contained in:
Daniel Lovbrotte Olsen 2023-09-18 07:13:37 +02:00
parent be341622fe
commit eeb996f80e

15
.gitea/workflows/test.yml Normal file
View 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