Skip to content
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

Simplify gradle check workflow to ensure visibility #197

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

dbwiddis
Copy link
Member

Signed-off-by: Daniel Widdis [email protected]

Description

See this comment

Gradle check was moved to be triggered by workflow_run in #193.

However, while the check is correctly running, it loses visibility of the check to the PR submitter:

  • the pending check does not show up in the PR "checks" section
  • a passed (or failed) check does not leave any comments on the PR

This PR simplifies the gradle check to just run as it always did on PRs, and removes the code hygiene (formerly linelint) check, which is now duplicated by spotless.

Issues Resolved

Fixes #110 (better)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@dbwiddis dbwiddis requested a review from a team October 17, 2022 19:56
@joshpalis joshpalis self-requested a review October 17, 2022 21:00
@dbwiddis dbwiddis merged commit 6c312e4 into opensearch-project:main Oct 17, 2022
@dbwiddis dbwiddis deleted the gradle-check branch October 17, 2022 21:13
kokibas pushed a commit to kokibas/opensearch-sdk-java that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Configure spotless to handle newline linting in lieu of linelint
3 participants