feat: eslint GitHub Action

This commit is contained in:
jamesread 2024-09-09 10:42:28 +01:00
parent deeffc1619
commit c351089723
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@ name: ESLint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
eslint:
@ -24,7 +22,7 @@ jobs:
- name: Install ESLint
run: |
npm install eslint@8.10.0
npm install eslint
npm install @microsoft/eslint-formatter-sarif@2.1.7
- name: Run ESLint