Skip to content

Update dependency eslint-plugin-prettier to v5 #5330

Update dependency eslint-plugin-prettier to v5

Update dependency eslint-plugin-prettier to v5 #5330

Workflow file for this run

name: Check PR
on:
push:
branches-ignore:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: install
run: yarn install
- name: build
run: yarn build
- name: lint
run: yarn lint