Skip to content

Bump next from 16.2.3 to 16.2.6 and shore up flaky tests #529

Bump next from 16.2.3 to 16.2.6 and shore up flaky tests

Bump next from 16.2.3 to 16.2.6 and shore up flaky tests #529

Workflow file for this run

name: Linting
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- name: Install dependencies
run: pnpm install
- name: Check code styling
run: pnpm lint
- name: Check code for issues
run: pnpm pretty-check