Skip to content

Commit f015e65

Browse files
Merge pull request #24 from Your-Ehsan/Your-Ehsan-patch-1
Update codeql.yml
2 parents fafd689 + 1e753d9 commit f015e65

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,15 @@ jobs:
8585
- if: matrix.build-mode == 'manual'
8686
shell: bash
8787
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
88+
npm i -g pnpm
89+
pnpm build
90+
# run: |
91+
# echo 'If you are using a "manual" build mode for one or more of the' \
92+
# 'languages you are analyzing, replace this with the commands to build' \
93+
# 'your code, for example:'
94+
# echo ' make bootstrap'
95+
# echo ' make release'
96+
# exit 1
9497

9598
- name: Perform CodeQL Analysis
9699
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)