Skip to content

Bump @stylistic/eslint-plugin from 1.7.0 to 1.7.2 #65

Bump @stylistic/eslint-plugin from 1.7.0 to 1.7.2

Bump @stylistic/eslint-plugin from 1.7.0 to 1.7.2 #65

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