diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 60427c2..216939d 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -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 \ No newline at end of file