Skip to content

Bump eslint from 8.45.0 to 8.46.0 #501

Bump eslint from 8.45.0 to 8.46.0

Bump eslint from 8.45.0 to 8.46.0 #501

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ESLint
run: |
yarn install
yarn lint