webnsupdate/.forgejo/workflows/check.yml

15 lines
377 B
YAML
Raw Normal View History

2024-06-02 16:18:21 +02:00
on: [push]
jobs:
check:
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
2024-06-02 16:18:21 +02:00
build:
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 .#