Skip to content

Bump eslint-import-resolver-typescript from 4.3.4 to 4.3.5 #6

Bump eslint-import-resolver-typescript from 4.3.4 to 4.3.5

Bump eslint-import-resolver-typescript from 4.3.4 to 4.3.5 #6

Workflow file for this run

name: Node.js Automation
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run type-check
- run: npm run docs