Skip to content

Bump eslint from 8.56.0 to 8.57.0 #23

Bump eslint from 8.56.0 to 8.57.0

Bump eslint from 8.56.0 to 8.57.0 #23

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