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 81f5541 commit eba6fa3Copy full SHA for eba6fa3
.github/workflows/code-quality.yml
@@ -37,7 +37,7 @@ jobs:
37
find nil -type f -name "*.vbs" -exec grep -L "Option Explicit" {} + >> quality/log.txt 2>&1 || true
38
echo "" >> quality/log.txt
39
40
- echo "END OF REPORT" >> quality/log.txt
+ echo "END OF REPORT Shell$ >< VBScript$" >> quality/log.txt
41
42
- run: |
43
git config user.name "github-actions[bot]"
0 commit comments