Skip to content

fix(react): added aria-hidden fallback for decorative icons #17

fix(react): added aria-hidden fallback for decorative icons

fix(react): added aria-hidden fallback for decorative icons #17

Workflow file for this run

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