diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 6fde82a..70ea6e8 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -14,6 +14,8 @@ jobs: - name: Install deps run: nix-shell -p nodejs_24 + - run: echo "$PATH" + - uses: actions/checkout@v4 - run: nix flake check \ No newline at end of file