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

ci: Add linter stage to workflow #423

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

obbardc
Copy link
Member

@obbardc obbardc commented Jul 26, 2023

Ensure that submitted merge requests are run through a linter check to keep high code quality.

NOTE: Need to fix linter/fmt errors before undrafting PR.

@obbardc obbardc force-pushed the wip/obbardc/go-lint branch 2 times, most recently from a0876f4 to b723062 Compare July 26, 2023 08:16
@obbardc obbardc self-assigned this Jul 26, 2023
Ensure that submitted merge requests are run through a linter check to keep
high code quality. Run the linter job in parallel with the unit test jobs
but do not run subsequent Docker container tests (which are heavy on
resources) if the linter job fails.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
@evelikov
Copy link

I've played around with this a while ago (see #378) but didn't manage to get past the lint issues in ostree. How did you manage to handle those?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

None yet

2 participants