Skip to content

Commit e0faac4

Browse files
committed
try to fix formatting of GH error syntax
1 parent 5ea09ef commit e0faac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git clang-format master --binary "%CLANG_FORMAT%" --style file -- cppwinrt/*.h cppwinrt/*.cpp fast_fwd/*.h fast_fwd/*.cpp prebuild/*.h prebuild/*.cpp scratch/*.h scratch/*.cpp strings/*.h strings/*.cpp test/*.h test/*.cpp vsix/*.h vsix/*.cpp
3434
3535
if %ERRORLEVEL% neq 0 (
36-
echo ::error ERROR: This branch contains changes that have not been formatted with 'clang-format'
36+
echo ::error::This branch contains changes that have not been formatted with 'clang-format',
3737
echo NOTE: To resolve this issue, you can run 'clang-format' in the following ways:
3838
echo * Run build_test_all.cmd which will run 'clang-format' on _all_ source files. This script is
3939
echo simpler to run, however there's a chance it may touch additional files you never changed due to you having

0 commit comments

Comments
 (0)