This commit is contained in:
@@ -12,11 +12,12 @@ jobs:
|
|||||||
validate:
|
validate:
|
||||||
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js
|
||||||
|
run: nix-env -i nixpkgs.nodejs-slim
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Node.js
|
|
||||||
run: nix-env -i nixpkgs.nodejs-slim
|
|
||||||
|
|
||||||
- name: Validate NixOS configuration
|
- name: Validate NixOS configuration
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user