We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9049b26 commit 5149d6cCopy full SHA for 5149d6c
.github/workflows/codeql-monorepo.yml
@@ -57,6 +57,7 @@ jobs:
57
- name: Build language based projects JSON for each package in the monorepo
58
run: |
59
#!/bin/bash
60
+ cd dynamic
61
json="{ \"javascript\": {"
62
for dir in packages/*/
63
do
0 commit comments