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 7d2d174 commit 5a60615
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
packages: read
actions: read
contents: read

strategy:
fail-fast: false
matrix:
Expand All @@ -34,16 +33,7 @@ jobs:
build-mode: ${{ matrix.build-mode }}
config: |
paths:
- packages/*/@(bin|src|lib)/**/*.@(js|ts)
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1
- 'packages/*/@(bin|src|lib)/**/*.@(js|ts)'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 5a60615

Please sign in to comment.