We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fafd689 + 1e753d9 commit f015e65Copy full SHA for f015e65
.github/workflows/codeql.yml
@@ -85,12 +85,15 @@ jobs:
85
- if: matrix.build-mode == 'manual'
86
shell: bash
87
run: |
88
- echo 'If you are using a "manual" build mode for one or more of the' \
89
- 'languages you are analyzing, replace this with the commands to build' \
90
- 'your code, for example:'
91
- echo ' make bootstrap'
92
- echo ' make release'
93
- exit 1
+ npm i -g pnpm
+ pnpm build
+ # 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:'
94
+ # echo ' make bootstrap'
95
+ # echo ' make release'
96
+ # exit 1
97
98
- name: Perform CodeQL Analysis
99
uses: github/codeql-action/analyze@v3
0 commit comments