From 2a1476325d96675c832f6a21a7afb6c53f22e6bc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 21 May 2024 14:33:02 -0600 Subject: [PATCH] Add workflow --- .gitea/workflows/tests.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/tests.yaml diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml new file mode 100644 index 0000000..1285573 --- /dev/null +++ b/.gitea/workflows/tests.yaml @@ -0,0 +1,17 @@ +name: Tests +on: + pull_request: + +env: + NIXPKGS_ALLOW_UNFREE: 1 + +jobs: + install: + name: Tests + runs-on: nixos-x86_64-linux + steps: + - uses: actions/checkout@v3 + with: + submodules: recursive + - name: graphql-codegen causes no changes + run: ./bin/assert-no-changes-wrapper.sh