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

Continuous integration with Github actions #59

Merged
merged 13 commits into from
Aug 17, 2023
Merged

Continuous integration with Github actions #59

merged 13 commits into from
Aug 17, 2023

Conversation

cmason
Copy link
Owner

@cmason cmason commented Aug 17, 2023

Runs on any push or pull request. Consists of two jobs: test and lint

Test

  • Runs the test suite (including system tests)
  • Publishes the results to Code Climate

Lint

  • Runs bundler-audit
  • Runs brakeman
  • Runs bundler-leak
  • Runs standard
  • Runs rubycritic

@cmason cmason merged commit a4e3464 into main Aug 17, 2023
4 checks passed
@cmason cmason deleted the workflow branch August 17, 2023 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant