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

Separate workflow for checks #1052

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 6, 2023

  1. Separate workflow for checks

    I'm experimenting with an idea of generating a separate workflow
    for checks which are enough to do once. E.g. hlint is run once.
    `cabal check` does the same for every GHC.
    
    Having such checks in a separate workflow, would:
    - allow per-GHC builds to pass even if there is e.g HLint issue
    - allow more parallism
    - simplify structure
    
    The goal is that `haskell-ci` would be able to generate
    `lints.yml` file too, as it looks there are potentially
    a lot of setup to do.
    phadej committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c35aa38 View commit details
    Browse the repository at this point in the history