Skip to content

Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.18.1 #664

Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.18.1

Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.18.1 #664

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Run audit
run: npm run test:audit
- name: Run format test
run: npm run test:format
- name: Run Lint
run: npm run lint
- name: Run types test
run: npm run test:types
- name: Run build test
run: npm run build
- name: Run tests
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}