infra/.github/workflows/build.yml
Kaybee 521a7915da
All checks were successful
/ Check Nix Flake (push) Successful in 1m44s
Added Pipeline
2025-05-13 00:53:49 +02:00

12 lines
326 B
YAML

on: [push, pull_request, workflow_dispatch]
jobs:
flake-check:
runs-on: nixos
name: "Check Nix Flake"
steps:
- name: "Git Clone"
run: git clone https://git.kb-one.de/kb01/aux-config .
- name: "Check Nix Flake"
run: nix flake check --extra-experimental-features 'nix-command flakes'