clan-core/.gitea/workflows/checks.yaml
Jörg Thalheim a11a62cd4e
All checks were successful
checks-impure / test (pull_request) Successful in 7s
checks / test (pull_request) Successful in 34s
replace ci script with nix-ci-build
2023-09-13 13:09:35 +02:00

12 lines
193 B
YAML

name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-ci-build