Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 #126

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 #126

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