This commit is contained in:
parent
749a6fa458
commit
2c56509835
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -7,11 +7,10 @@ jobs:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:latest
|
||||||
name: "Check NixOS Configuration"
|
name: "Check NixOS Configuration"
|
||||||
steps:
|
steps:
|
||||||
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973"
|
- name: "Git Clone"
|
||||||
run: nix-shell -p nodejs
|
run: |
|
||||||
|
git clone https://git.kb-one.de/kb01/aux-config
|
||||||
- name: "Checkout"
|
cd aux-config
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: "Check evaluation"
|
- name: "Check evaluation"
|
||||||
run: nix flake check --no-build --all-systems
|
run: nix flake check --no-build --all-systems
|
||||||
|
|
Loading…
Add table
Reference in a new issue