Skip to content

Bump eslint-import-resolver-typescript from 3.5.2 to 3.6.0 #333

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

Bump eslint-import-resolver-typescript from 3.5.2 to 3.6.0 #333

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.4.1
with:
node-version: 16
- name: Install dependencies
run: npm i
- name: Run lint
run: npm run lint