Skip to content

Commit

Permalink
enable linting on github actions (#1352)
Browse files Browse the repository at this point in the history
* enable linting on github actions

* run codeql when codeql workflow changes
  • Loading branch information
hahn-kev authored Jan 9, 2025
1 parent 72d9840 commit 7b29479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "**/*.csproj"
- "**/*.ts"
- "**/*.js"
- '.github/workflows/codeql.yml'
schedule:
- cron: '34 21 * * 2'

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b29479

Please sign in to comment.