Skip to content

Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 (#351) #874

Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 (#351)

Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 (#351) #874

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