Skip to content

Commit

Permalink
fix actions again (please god dont make me do this again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 30, 2024
1 parent 6032c2f commit 8aada75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: [ 'javascript' , 'typescript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config eslint.config.mjs.old
--config eslint.config.js
--ext .ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
Expand Down

0 comments on commit 8aada75

Please sign in to comment.