Skip to content

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 #222

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 #222

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20.10.x
uses: actions/setup-node@v3
with:
node-version: 20.10
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint