Skip to content

Bump @eslint/js from 8.56.0 to 8.57.0 #21

Bump @eslint/js from 8.56.0 to 8.57.0

Bump @eslint/js from 8.56.0 to 8.57.0 #21

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