Skip to content

Fixed import of toKebabCase helper function #483

Fixed import of toKebabCase helper function

Fixed import of toKebabCase helper function #483

Workflow file for this run

name: Lucide React Checks
on:
pull_request:
paths:
- packages/lucide-react/**
- tools/build-icons/**
- scripts/generateNextJSAliases.mjs
- pnpm-lock.yaml
jobs:
lucide-react:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/[email protected]
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm --filter lucide-react build
- name: Test
run: pnpm --filter lucide-react test