the coolest token pot ever
0

Configure Feed

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

feat: add web lint

Kieran Klukas (Jun 20, 2026, 3:19 PM EDT) c2a40791 fd2c9b5c

+13
+13
.github/workflows/lint.yml
··· 29 29 version: v2.10 30 30 working-directory: server 31 31 args: --timeout=10m 32 + 33 + web-lint: 34 + runs-on: ubuntu-latest 35 + defaults: 36 + run: 37 + working-directory: web 38 + steps: 39 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 40 + with: 41 + persist-credentials: false 42 + - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 43 + - run: bun install --frozen-lockfile 44 + - run: bun run lint