name: Test action on: workflow_dispatch: push: branches: - main jobs: hello: name: Print hello world runs-on: ubuntu steps: # - uses: actions/setup-node@v4 - uses: actions/checkout@v4 - name: Install deps uses: Prince527/install-nix-action@v31 - run: whoami - run: node -v - run: nix --version - run: nix flake check