clan-core/.gitea/workflows/checks.yaml
DavHau 7928e953fa
All checks were successful
checks-integration / test (pull_request) Successful in 7s
checks / test (pull_request) Successful in 1m6s
checks-integration: init
2023-08-27 00:24:19 +02:00

12 lines
167 B
YAML

name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: bash ./scripts/ci