Skip to content

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0 #218

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0 #218

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