Skip to content

Bump eslint-config-next from 14.2.23 to 15.1.4 #20

Bump eslint-config-next from 14.2.23 to 15.1.4

Bump eslint-config-next from 14.2.23 to 15.1.4 #20

Workflow file for this run

name: Test if it builds
on:
push:
branches:
- main
pull_request:
types:
- opened
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build