Skip to content

build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.7.0 #1421

build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.7.0

build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.7.0 #1421

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/"