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

Get actions working again #133

Merged
merged 7 commits into from
May 13, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e10ca34 View commit details
    Browse the repository at this point in the history
  2. Appease Rubocop 👮

    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4ecdc5e View commit details
    Browse the repository at this point in the history
  3. Fix CodeQL

    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2cecd8d View commit details
    Browse the repository at this point in the history
  4. Use current Brakeman

    Which actually works with newer Rubies
    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    898414f View commit details
    Browse the repository at this point in the history
  5. Remove Codecov for now

    It's broken on CI due to missing API Keys. If we want to bring this
    back, fine, but whoever does can be sure to set up the necessary keys
    and services.
    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    035c1cb View commit details
    Browse the repository at this point in the history
  6. Split linting and specs

    Run them as separate steps so we see which one actually fails. This also
    makes Rakefile non-executable. Unsure why it was to start with, but it
    was making Truffle Ruby freak out.
    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7b48f8a View commit details
    Browse the repository at this point in the history
  7. Remove unused shoulda-matchers

    It turns out, we weren't actually using them! Maybe left over from some
    past implementation?
    stevenharman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1583a7b View commit details
    Browse the repository at this point in the history