Skip to content

Bump @next/eslint-plugin-next from 14.2.16 to 15.0.1 in /apps/website… #95

Bump @next/eslint-plugin-next from 14.2.16 to 15.0.1 in /apps/website…

Bump @next/eslint-plugin-next from 14.2.16 to 15.0.1 in /apps/website… #95

Workflow file for this run

name: linting
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linting
run: npm run lint;