Skip to content

chore(deps): bump next from 13.4.7 to 13.4.15 #224

chore(deps): bump next from 13.4.7 to 13.4.15

chore(deps): bump next from 13.4.7 to 13.4.15 #224

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