WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Update CI pipeline to use biome for linting and add biome as a dependency

markbennett.ca 57719cd9 48ff7899

verified
+2 -1
+2 -1
.tangled/workflows/ci.yml
··· 18 18 dependencies: 19 19 nixpkgs: 20 20 - nodejs_22 21 + - biome 21 22 22 23 environment: 23 24 NODE_ENV: "test" ··· 27 28 command: "npm ci" 28 29 29 30 - name: "Run linting" 30 - command: "npm run lint" 31 + command: "biome check ." 31 32 32 33 - name: "Run type checking" 33 34 command: "npm run typecheck"