-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build] Configure matcher for actionlint workflow #9511
[CI/Build] Configure matcher for actionlint workflow #9511
Conversation
When introducing the CI workflow that lints github CI config, this detail was left out. This ensures that github will interpret the job output properly and highlight errors in the diff viewer when new errors are introduced. The config was present, just not loaded properly. Signed-off-by: Russell Bryant <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: charlifu <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Vinay Damodaran <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Alvant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Amit Garg <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: qishuai <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Sumit Dubey <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Maxime Fournioux <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Tyler Michael Smith <[email protected]>
When introducing the CI workflow that lints github CI config, this
detail was left out. This ensures that github will interpret the job
output properly and highlight errors in the diff viewer when new
errors are introduced. The config was present, just not loaded
properly.
Signed-off-by: Russell Bryant [email protected]