Skip to content

build(deps-dev): bump vite from 5.4.12 to 5.4.13 in /packages/lucide #2330

build(deps-dev): bump vite from 5.4.12 to 5.4.13 in /packages/lucide

build(deps-dev): bump vite from 5.4.12 to 5.4.13 in /packages/lucide #2330

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- '**'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Linter
run: pnpm lint