Skip to content

Commit

Permalink
Improve CodeQL Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 19, 2023
1 parent e73f873 commit d2e1e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
]
},
"import/resolver": {
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
},
"typescript": {
"alwaysTryTypes": true,
"project": [
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "master" ]
schedule:
- cron: "29 4 * * 0"
- cron: '26 7 * * 4'

jobs:
analyze:
Expand All @@ -20,10 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [ 'javascript-typescript' ]

steps:
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
Expand Down

0 comments on commit d2e1e0c

Please sign in to comment.