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 actions #56

Merged
merged 2 commits into from
Jan 14, 2023
Merged

GitHub actions #56

merged 2 commits into from
Jan 14, 2023

Commits on Jan 13, 2023

  1. getting package to build

    - remove codeclimate-test-reporter, as it's deprecated
    - fixe rubocop namespace issue in Rakefile
    - remove deprecated has_rdoc
    - add rubocop-rake and rubocop-rspec and regenerated config (exclusions are moved to .rubocop_todo.yml)
    - tighten resque version and made runtime dependency
    - fix unit tests by changing `be_true` to `be true` and same for false
    makrsmark committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b32252e View commit details
    Browse the repository at this point in the history
  2. adding github configs

    also remove travis.yml
    added:
    - dependabot
    - build (ci.yml)
    - funding
    makrsmark committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    43a99cc View commit details
    Browse the repository at this point in the history