diff --git a/.tangled/workflows/lint.yml b/.tangled/workflows/lint.yml index 65fd802..ef992c9 100644 --- a/.tangled/workflows/lint.yml +++ b/.tangled/workflows/lint.yml @@ -12,9 +12,12 @@ dependencies: nixpkgs: - bun - biome - - findutils + - coreutils + - nodejs_24 steps: + - name: "Machine info" + command: "uname -a" - name: "Install dependencies" command: "bun install" - name: "Lint check"