clan-infra/.gitea/workflows/checks.yaml

12 lines
225 B
YAML
Raw Permalink Normal View History

2023-09-19 11:49:18 +00:00
name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
2024-03-12 16:33:43 +00:00
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10