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

Commits on Jul 26, 2023

  1. ci: Add linter stage to workflow

    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>
    obbardc committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f0234e8 View commit details
    Browse the repository at this point in the history