Skip to content

refactor(icons): Centralize Lucide icon rendering logic #9

refactor(icons): Centralize Lucide icon rendering logic

refactor(icons): Centralize Lucide icon rendering logic #9

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm test
- run: pnpm build