one step further!!!
Some checks failed
Test action / Print hello world (push) Failing after 55s

This commit is contained in:
clan-tool 2025-09-04 10:25:59 +02:00
parent 33712aa47e
commit 3da71bbb64
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -13,14 +13,11 @@ jobs:
steps: steps:
- name: Install nodejs - name: Install nodejs
run: nix-env -iA nixpkgs.nodejs run: nix-env -iA nixpkgs.nodejs
- uses: actions/checkout@v4
# - name: Install deps - uses: actions/checkout@v4
# uses: Prince527/install-nix-action@v31
- run: whoami - run: whoami
- run: node -v - run: node -v
- run: nix --version - run: nix --version
- run: nix flake check - run: nix --extra-experimental-features "nix-command flakes pipe-operator" flake check