Commit 8540402
Enhance CI workflow error messages for formatting and linting checks (#34)
Summary:
Updated the GitHub Actions workflow to provide clearer error messages when formatting and linting checks fail. The new messages instruct users to run 'make format' to resolve issues and include a link to the detailed formatting guide.
Key Changes:
- Improved error handling in the format-check and lint-check jobs to guide users on fixing formatting issues.
This change aims to enhance user experience by providing immediate feedback and resources for resolving code quality issues.
Pull Request resolved: #34
Reviewed By: Sibylau
Differential Revision: D78311326
Pulled By: FindHao
fbshipit-source-id: 684f60d5464a1ee2a2bd27e819fd708d3633fbaa1 parent b382256 commit 8540402
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments