This commit is contained in:
parent
01fd56a42a
commit
a7c3a10d92
15
.forgejo/workflows/run-tests.yml
Normal file
15
.forgejo/workflows/run-tests.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Run tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run_tests:
|
||||||
|
runs-on: native
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- runs: |
|
||||||
|
nix flake check --show-trace
|
Loading…
Reference in a new issue