Skip to content

Bump prettier from 3.8.2 to 3.8.3 #2252

Bump prettier from 3.8.2 to 3.8.3

Bump prettier from 3.8.2 to 3.8.3 #2252

Workflow file for this run

name: ESLint & Prettier
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint code
uses: actions/setup-node@v6
with:
node-version: 24.x
- run: npm ci
- run: npm run lint