From a254cdc669da79a9014cf65196ef875a68212b88 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 23:21:24 +0100 Subject: [PATCH] chore: remove format on gh action --- .github/workflows/eslint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 4ecb9c0..d847fca 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -29,8 +29,6 @@ jobs: - name: Run ESLint run: npx eslint . --c eslint.config.mjs - --format @microsoft/eslint-formatter-sarif - --output-file eslint-results.sarif continue-on-error: false - name: Upload analysis results to GitHub