Skip to content

Bump next from 15.4.7 to 15.4.8 #30

Bump next from 15.4.7 to 15.4.8

Bump next from 15.4.7 to 15.4.8 #30

Workflow file for this run

name: Lint Check
on: [push]
jobs:
lint:
runs-on: macos-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npx prettier . --check
- run: npm run lint