Add workflow
This commit is contained in:
parent
92c18f8bf7
commit
2a1476325d
17
.gitea/workflows/tests.yaml
Normal file
17
.gitea/workflows/tests.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user