This is an automated email from the ASF dual-hosted git repository.
oxsean pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new e845fe4338 Add format description (#15379)
e845fe4338 is described below
commit e845fe43383d44db1db27164ee28bf0df3c3a61b
Author: 王聪洋 <[email protected]>
AuthorDate: Thu May 15 22:43:44 2025 +0800
Add format description (#15379)
---
.github/workflows/build-and-test-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index bd95fa2c5f..25c51b5e85 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -71,7 +71,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
- core.setFailed("Formatting issues found!")
+ core.setFailed("Formatting issues found! \nRun \`mvn
spotless:apply\` to fix.")
license:
name: "Check License"