Skip to content

Bump @typescript-eslint/eslint-plugin from 5.60.1 to 6.2.1 #388

Bump @typescript-eslint/eslint-plugin from 5.60.1 to 6.2.1

Bump @typescript-eslint/eslint-plugin from 5.60.1 to 6.2.1 #388

Workflow file for this run

name: "PR checks"
on:
pull_request:
defaults:
run:
shell: bash
jobs:
test_lint_and_build:
name: "Lint sources and check build artifacts"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.7.0
with:
node-version: "16.x"
- run: npm install && npm run lint
- run: npm run build && git diff --exit-code