Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek authored Aug 13, 2024
1 parent 5a60615 commit ca9ac85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
build-mode: ${{ matrix.build-mode }}
config: |
paths:
- 'packages/*/@(bin|src|lib)/**/*.@(js|ts)'
- 'packages/*/bin/*.js'
- 'packages/*/src/**/*.ts'
- 'packages/*/src/**/*.js'
- 'packages/*/lib/**/*.ts'
- 'packages/*/lib/**/*.js'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit ca9ac85

Please sign in to comment.