Skip to content

Bump lucide-react from 0.257.0 to 0.453.0 #680

Bump lucide-react from 0.257.0 to 0.453.0

Bump lucide-react from 0.257.0 to 0.453.0 #680

name: Code Format Check
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
lint:
name: Lint
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn lint
test:
name: Format Check
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn check-code-format