Skip to content

chore(deps-dev): bump flatted from 3.3.1 to 3.4.2 #354

chore(deps-dev): bump flatted from 3.3.1 to 3.4.2

chore(deps-dev): bump flatted from 3.3.1 to 3.4.2 #354

Workflow file for this run

name: Code Quality
on: push
jobs:
code-quality:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run format:check
- run: npm run lint -- --max-warnings=0