This commit is contained in:
parent
7b5d559d03
commit
c669e8f3f4
1 changed files with 4 additions and 0 deletions
|
@ -11,5 +11,9 @@ jobs:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: default
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install deps
|
||||||
|
run: nix shell nixpkgs#node
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: nix flake check
|
- run: nix flake check
|
Reference in a new issue