Skip to content

build(deps): bump next from 14.2.4 to 14.2.5 #532

build(deps): bump next from 14.2.4 to 14.2.5

build(deps): bump next from 14.2.4 to 14.2.5 #532

Workflow file for this run

name: Link, format, and unit tests
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: |
npm ci
npm run lint