Skip to content

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #393

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #393

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