Skip to content

fix(deps): update dependency @next/eslint-plugin-next to v15.1.6 #1996

fix(deps): update dependency @next/eslint-plugin-next to v15.1.6

fix(deps): update dependency @next/eslint-plugin-next to v15.1.6 #1996

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
- run: pnpm test