Skip to content

Bump eslint-config-next from 14.2.16 to 15.0.1 in /apps/website (#55) #99

Bump eslint-config-next from 14.2.16 to 15.0.1 in /apps/website (#55)

Bump eslint-config-next from 14.2.16 to 15.0.1 in /apps/website (#55) #99

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;