Skip to content

Update dependency lucide-react to v1.37.0 #864

Update dependency lucide-react to v1.37.0

Update dependency lucide-react to v1.37.0 #864

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: '0'
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 25
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Type check
run: yarn types:check
- name: Test Build
run: yarn build