Skip to content

Bump lucide-react from 0.269.0 to 0.272.0 in /frontend #33

Bump lucide-react from 0.269.0 to 0.272.0 in /frontend

Bump lucide-react from 0.269.0 to 0.272.0 in /frontend #33

Workflow file for this run

on:
pull_request:
paths:
- frontend/**
name: Lint
jobs:
# knip:
# name: Knip
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Set up Node
# uses: actions/setup-node@v3
# - run: npm ci
# - run: npm run knip:production
prettier:
name: Prettier
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run prettier:check