Skip to content

Commit 2fa6969

Browse files
committed
.github/workflows/EditorConfig-Rules-Check.yml: Removed group so error/success will be expanded by default
1 parent c0a61cd commit 2fa6969

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/EditorConfig-Rules-Check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ jobs:
3232
3333
- name: Run EditorConfig Checker and Show Help
3434
run: |
35-
echo "::group::🔍 Running EditorConfig Checker..."
35+
echo "🔍 Running EditorConfig Checker..."
3636
3737
if ec; then
3838
echo "✅ EditorConfig Checker Success"
39-
echo "::endgroup::"
4039
else
41-
echo "::endgroup::"
4240
echo ""
4341
echo "❌ One or more files do not conform to .editorconfig rules."
4442
echo ""

0 commit comments

Comments
 (0)