Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0 #309

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0 #309

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm install
- run: npm test
- run: npm run format:check
- run: npm run lint