Skip to content

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

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

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

name: Lint and check formatting
on:
pull_request:
branches: ["main"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Check formatting
run: npm run format:check