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

18 lines
351 B
YAML
Raw Normal View History

2023-08-26 22:18:17 +00:00
name: checks
2023-07-21 11:34:40 +00:00
on:
pull_request:
2023-07-21 11:34:40 +00:00
push:
2024-02-21 16:18:28 +00:00
branches:
- main
2023-07-21 11:34:40 +00:00
jobs:
checks:
2023-07-21 11:34:40 +00:00
runs-on: nix
steps:
- uses: actions/checkout@v3
2024-03-12 16:34:04 +00:00
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10
checks-impure:
2024-02-21 16:18:28 +00:00
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run .#impure-checks