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 audit steps for formulae and casks #15047

Merged

Commits on Mar 19, 2023

  1. CI: Change order of tap-syntax step

    Now the steps that say they run on all taps are
    after the one where we set up all taps.
    apainintheneck committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c831a1e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. CI: create tap audit job

    This will reduce the time it takes for the tap-syntax job
    to complete (currently that is the slowest one) and will
    allow us to audit casks as well as formulae (casks weren't
    getting audited before in CI).
    apainintheneck committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    91c0723 View commit details
    Browse the repository at this point in the history
  2. CI: split up audits into two jobs

    There will be one for casks which runs on MacOS
    and the other for formulae which runs on Linux.
    apainintheneck committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7c5e986 View commit details
    Browse the repository at this point in the history