Skip to content

chore(deps): update dependency eslint to v9 #6708

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #6708

Workflow file for this run

name: Check PR
on:
push:
branches-ignore:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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