mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
13 lines
326 B
YAML
13 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'
|