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
|
||||
runs-on: default
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: nix shell nixpkgs#node
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: nix flake check
|
Reference in a new issue