Skip to content

Bump prettier from 3.0.3 to 3.1.1 (#249) #478

Bump prettier from 3.0.3 to 3.1.1 (#249)

Bump prettier from 3.0.3 to 3.1.1 (#249) #478

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint