Skip to content

chore(deps): bump next from 16.1.0-canary.15 to 16.1.0-canary.17 #135

chore(deps): bump next from 16.1.0-canary.15 to 16.1.0-canary.17

chore(deps): bump next from 16.1.0-canary.15 to 16.1.0-canary.17 #135

Workflow file for this run

name: Lint and Format Check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Next.js lint check
run: bun lint
- name: Run dprint format check
run: bun format:check