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 github actions #6

Merged
merged 4 commits into from
Nov 18, 2023
Merged

Add github actions #6

merged 4 commits into from
Nov 18, 2023

Conversation

apainintheneck
Copy link
Owner

@apainintheneck apainintheneck commented Nov 18, 2023

  • docs: checks that readme has been generated correctly
  • tests: linting and tests

Fixes #1

- docs: checks that readme has been generated correctly
- tests: linting and tests
@apainintheneck apainintheneck force-pushed the add-github-actions branch 4 times, most recently from 341a833 to df1234e Compare November 18, 2023 09:26
Comment on lines +8 to +9
# Avoid warnings on Ruby 2.7 related to pattern matching.
Warning[:experimental] = false
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a real pain tracking this down. This only showed up in integration tests but then it took me a bit to realize that other methods of silencing this didn't work.

@apainintheneck apainintheneck merged commit a921286 into main Nov 18, 2023
9 checks passed
@apainintheneck apainintheneck deleted the add-github-actions branch November 20, 2023 01: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.

Add CI that runs on each push
1 participant