Skip to content

Commit 183f855

Browse files
committed
ci:verify
1 parent ce37fbf commit 183f855

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Set TERM variable
3333
run: |
3434
echo "TERM=xterm" >> $GITHUB_ENV
35-
pwd
3635
3736
- name: Set up Dependency Environment
3837
run: |
@@ -41,6 +40,12 @@ jobs:
4140
chmod +x ./XEngine_LINEnv.sh
4241
sudo ./XEngine_LINEnv.sh -i 3
4342
43+
- name: debug print
44+
run: |
45+
pwd
46+
ls -la .github/codeql/
47+
cat .github/codeql/codeql-config.yml
48+
4449
- name: Initialize CodeQL
4550
uses: github/codeql-action/init@v4
4651
with:

0 commit comments

Comments
 (0)