Skip to content

Commit 6c3b6e8

Browse files
committed
add debug to worklow
1 parent f3c991e commit 6c3b6e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ jobs:
101101
output: results.sarif
102102

103103

104-
104+
- name: Debugging
105+
run: |
106+
echo "Listing the queries directory:"
107+
ls -R .github/queries
108+
105109
106110
107111

0 commit comments

Comments
 (0)