nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin 6c5e3edfa1
Some checks failed
/ Build Nix targets (push) Failing after 9s
CI test: try to make checkout action working
2024-10-24 11:35:22 +02:00

13 lines
306 B
YAML

---
on: push
jobs:
nix_build:
name: Build Nix targets
runs-on: docker
container:
image: ubuntu:24.04
options: --user root
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5