From bdb22078573ecebe8a703f785efdf645d9470120 Mon Sep 17 00:00:00 2001 From: bengarvey Date: Sun, 20 Oct 2024 21:39:50 -0400 Subject: [PATCH] Make this simpler --- .github/workflows/eslint.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 896425b..ce0c03f 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -12,13 +12,5 @@ jobs: - name: Install dependencies run: npm install - - name: Run ESLint and output JSON results - run: npx eslint -f json -o eslint-results.json index.html js/lineage.js - - - name: Convert ESLint JSON to SARIF - run: npx eslint-sarif-converter eslint-results.json -o eslint-results.sarif - - - name: Upload SARIF results to GitHub - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: eslint-results.sarif + - name: Run ESLint + run: npx eslint js/lineage.js index.html \ No newline at end of file