Skip to content

Bump lucide-react from 0.509.0 to 0.577.0 #1

Bump lucide-react from 0.509.0 to 0.577.0

Bump lucide-react from 0.509.0 to 0.577.0 #1

Workflow file for this run

name: Validate TinyIt UI
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
run: |
curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install dependencies with Bun
run: bun install --frozen-lockfile
- name: Run lint
run: bun run lint
- name: Build the project
run: bun run build