Skip to content

Commit eba6fa3

Browse files
authored
Update code-quality.yml
1 parent 81f5541 commit eba6fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
find nil -type f -name "*.vbs" -exec grep -L "Option Explicit" {} + >> quality/log.txt 2>&1 || true
3838
echo "" >> quality/log.txt
3939
40-
echo "END OF REPORT" >> quality/log.txt
40+
echo "END OF REPORT Shell$ >< VBScript$" >> quality/log.txt
4141
4242
- run: |
4343
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)