Skip to content

Bump eslint from 8.57.0 to 9.6.0 #126

Bump eslint from 8.57.0 to 9.6.0

Bump eslint from 8.57.0 to 9.6.0 #126

name: Pull Request Workflow
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.11.1"
- uses: mangs/super-cache-action@v3
id: super-cache
- if: steps.super-cache.outputs.cache-hit != 'true'
run: npm ci
# Task execution
- run: npm run validate:formatting
- run: npm run validate:linting:eslint
- run: npm run lint:javascript