Skip to content

Bump prettier from 3.0.0 to 3.5.3 #535

Bump prettier from 3.0.0 to 3.5.3

Bump prettier from 3.0.0 to 3.5.3 #535

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- run: npm ci
- run: npm run lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- run: npm ci
- run: npm run test