Skip to content

Bump @eslint/js from 8.57.0 to 9.1.1 #10

Bump @eslint/js from 8.57.0 to 9.1.1

Bump @eslint/js from 8.57.0 to 9.1.1 #10

Workflow file for this run

name: "ESLint Testing"
on: [pull_request]
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm prune
- name: Run ESLint
run: npm run test
continue-on-error: false