Skip to content

Bump eslint-import-resolver-typescript from 3.6.0 to 3.6.1 #1220

Bump eslint-import-resolver-typescript from 3.6.0 to 3.6.1

Bump eslint-import-resolver-typescript from 3.6.0 to 3.6.1 #1220

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn lint