Skip to content

fix(deps): update dependency @next/eslint-plugin-next to v15.1.4 (#36) #1858

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

fix(deps): update dependency @next/eslint-plugin-next to v15.1.4 (#36) #1858

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