Skip to content

feat(icon-component): Creating icons with iconNodes #600

feat(icon-component): Creating icons with iconNodes

feat(icon-component): Creating icons with iconNodes #600

Workflow file for this run

name: Lucide Preact Checks
on:
pull_request:
paths:
- packages/lucide-preact/**
- tools/build-icons/**
- tools/rollup-plugins/**
- pnpm-lock.yaml
jobs:
lucide-preact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm --filter lucide-preact test