Skip to content

chore(deps): bump lucide-react from 0.511.0 to 0.545.0 #978

chore(deps): bump lucide-react from 0.511.0 to 0.545.0

chore(deps): bump lucide-react from 0.511.0 to 0.545.0 #978

Workflow file for this run

name: Lint
permissions:
contents: read
pull-requests: write
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.11.0 # match package.json:packageManager version.
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm spell
- run: pnpm lint
- run: pnpm format:check