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

GitHub Super Linter: ignore test json, zip, sol files #1088

Merged
merged 2 commits into from Mar 6, 2022
Merged

Commits on Mar 5, 2022

  1. GitHub Super Linter: ignore test json, zip, sol files

    These test files are a large part of the repository, and do not need to be
    linted. The large number of files makes the enumeration slow when performed
    by the Super Linter, which results in CI jobs taking considerably long.
    
    This PR ignores said files in hopes to speed up the CI workflows.
    It also switches the Super Linter image to the slim version, which should
    be slightly faster to download.
    
    Fixes: #1084
    elopez committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    024b884 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    adcc739 View commit details
    Browse the repository at this point in the history