From 8aada7508c5a0c10e2d7bb5324c1adf6a1bea3d4 Mon Sep 17 00:00:00 2001 From: Alexander Wood Date: Tue, 29 Oct 2024 20:56:27 -0400 Subject: [PATCH] fix actions again (please god dont make me do this again) --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fcd7255..5187750 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3c785f9..ac77c5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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