Skip to content

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react #187

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react #187

Workflow file for this run

name: Lint
on:
push:
branches:
- react-rewrite
pull_request:
branches:
- react-rewrite
jobs:
Analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci --error-on-warnings --formatter-enabled=false --organize-imports-enabled=false react/src