webnsupdate/.forgejo/workflows/check.yml

16 lines
436 B
YAML
Raw Normal View History

2024-06-02 16:18:21 +02:00
on: [push]
jobs:
build:
2024-06-02 16:18:21 +02:00
runs-on: nixos
steps:
- uses: https://git.salame.cl/actions/checkout@v4
2024-06-02 16:18:21 +02:00
- run: nix --version
- run: nix build --print-build-logs .#
check:
needs: build # we use the built binaries in the checks
2024-06-02 16:18:21 +02:00
runs-on: nixos
steps:
- uses: https://git.salame.cl/actions/checkout@v4
2024-06-02 16:18:21 +02:00
- run: nix --version
- run: nix flake check --keep-going --verbose --print-build-logs