Skip to content

build(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.2 #1431

build(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.2

build(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.2 #1431

Workflow file for this run

name: Linting with eslint
on: pull_request
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: check out code
uses: actions/checkout@v4
- name: install
run: yarn
- name: eslint check
uses: reviewdog/action-eslint@v1
with:
fail_on_error: true
eslint_flags: "src/"