Skip to content

chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 #1514

chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0

chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 #1514

Workflow file for this run

name: Lint
on:
push:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.14.2
- name: Run
run: |
yarn
yarn run lint:check