This commit is contained in:
parent
545f4f4e38
commit
521a7915da
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build.yml
vendored
Normal file
12
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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'
|
Loading…
Add table
Reference in a new issue