clan-core/.gitea/workflows/check.yaml
Jörg Thalheim fbd1c3cff4
All checks were successful
build / test (pull_request) Successful in 22s
ci: actually check pull_request merge instead of push
2023-08-08 13:53:08 +02:00

12 lines
180 B
YAML

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