From 7b294791dd53b6118ed7cb468da1a413bcfeea63 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Thu, 9 Jan 2025 11:22:21 +0700 Subject: [PATCH] enable linting on github actions (#1352) * enable linting on github actions * run codeql when codeql workflow changes --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c4d4ea566..0abfabbbd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,6 +10,7 @@ on: - "**/*.csproj" - "**/*.ts" - "**/*.js" + - '.github/workflows/codeql.yml' schedule: - cron: '34 21 * * 2' @@ -38,6 +39,8 @@ jobs: build-mode: none - language: javascript-typescript build-mode: none + - language: actions + build-mode: none steps: - name: Checkout repository uses: actions/checkout@v4