Skip to content

Bump prettier from 2.8.0 to 3.2.5 #55

Bump prettier from 2.8.0 to 3.2.5

Bump prettier from 2.8.0 to 3.2.5 #55

Workflow file for this run

name: Main
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run fmtcheck