clan-infra/.gitea/workflows/check.yaml
Jörg Thalheim e069fdc1ea
All checks were successful
build / test (pull_request) Successful in 7s
ci: check pr merge instead of pr branch
2023-08-08 13:54:28 +02:00

12 lines
167 B
YAML

name: build
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix flake check -L