kaas
Some checks failed
Test action / Print hello world (push) Failing after 1s

This commit is contained in:
clan-tool 2025-09-04 08:11:11 +02:00
parent 94a18979f1
commit ede779d9e5
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -11,14 +11,14 @@ jobs:
name: Print hello world name: Print hello world
runs-on: ubuntu runs-on: ubuntu
steps: steps:
# - uses: actions/setup-node@v4
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install deps - name: Install deps
uses: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b 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 flake check