Skip to content

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0 #1071

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0 #1071

Workflow file for this run

name: build_and_test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci --ignore-scripts
- run: npm run lint
env:
CI: true