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

Add lint and test action #12

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

cjmartian
Copy link
Contributor

Overview

This pull request adds CI to lint and run tests.

(Please write a summary of your pull request here. This paragraph should go into detail about what is changing, the motivation behind this change, and the approach you took.)

Checklist

  • Make sure that all of the tests pass, and fix any that don't. Just run bundle exec rake in your checkout directory, or review the CI job triggered whenever you push to a pull request.
  • Make sure that there is 100% test coverage (the CI job will test for this). You can ignore untestable sections of code with # :nocov: comments. If you need help getting to 100% coverage please ask; however, don't just submit code with no tests.
  • If you have added any new gem dependencies, make sure those gems are licensed under the MIT or Apache 2.0 license. We cannot add any dependencies on gems licensed under GPL.
  • If you have added any new gem dependencies, make sure you've checked in a copy of the .gem file into the vendor/cache directory.

/cc [related issues] [teams and individuals, making sure to mention why you're CC-ing them]

@cjmartian cjmartian requested a review from anth1y December 7, 2023 21:26
@cjmartian cjmartian self-assigned this Dec 7, 2023
@cjmartian cjmartian force-pushed the add-action branch 2 times, most recently from d02db72 to 8c8edb9 Compare December 7, 2023 21:59
@cjmartian cjmartian changed the base branch from main to update-octocatalog-diff December 7, 2023 22:16
@cjmartian cjmartian merged commit 05bf1a7 into update-octocatalog-diff Dec 7, 2023
0 of 4 checks passed
@cjmartian cjmartian deleted the add-action branch December 7, 2023 22:18
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.

2 participants