Skip to content

Bump eslint from 8.57.1 to 9.17.0 in /apps/website #145

Bump eslint from 8.57.1 to 9.17.0 in /apps/website

Bump eslint from 8.57.1 to 9.17.0 in /apps/website #145

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;