kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: :construction_worker: updating workflow name

Andrej f13d4eff 382d6c5e

+2 -2
+2 -2
.github/workflows/ci.yml
··· 8 8 9 9 jobs: 10 10 build: 11 - name: Build and Test 11 + name: Lint 12 12 timeout-minutes: 15 13 13 runs-on: ubuntu-latest 14 14 ··· 31 31 - name: Install dependencies 32 32 run: pnpm install 33 33 34 - - name: Build 34 + - name: Lint project with Biome 35 35 run: pnpm format-and-lint