From 68c6f754c52e5106f7fcf11af6022cce7d121125 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 25 May 2026 18:15:09 -0700 Subject: [PATCH] uname --- .tangled/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.51.2