Skip to content

Commit

Permalink
Comment out failing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 20, 2024
1 parent 96d6056 commit 040ad77
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,19 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Run ESLint
run: npx eslint .
--config .eslintrc.js
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
- name: Code Linting
run: npm run lint

# - name: Run ESLint
# run: npx eslint .
# --config .eslintrc.js
# --ext .js,.jsx,.ts,.tsx
# --format @microsoft/eslint-formatter-sarif
# --output-file eslint-results.sarif
# continue-on-error: true

# - name: Upload analysis results to GitHub
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: eslint-results.sarif
# wait-for-processing: true

0 comments on commit 040ad77

Please sign in to comment.