clan-infra/.gitea/workflows/check.yaml
Jörg Thalheim 6125748da5
All checks were successful
build / test (push) Successful in 7s
gitea-runner: check if token is not leaked
2023-07-13 14:17:54 +02:00

11 lines
159 B
YAML

name: build
on:
push:
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix flake check -L
- run: echo -$TOKEN-