-
Notifications
You must be signed in to change notification settings - Fork 985
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
First stab at GitHub Actions #1051
Conversation
First configuration of a CI workflow using GitHub Actions that runs Rubocop, Yard-Junk and Rspec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JUnit formatter creates an XML output which we will not read in GitHub Actions. CircleCI does good things with it.
Adds badge to README. Renames workflow. Adds step to install libcurl (Patron dependency).
@olleolleolle I was wondering what that was, I thought it was related to CodeClimate 😅 |
Removes JUnit formatter.
Looks good now but I had to explicitly install |
The feedback runs are so fast. |
Yeah it looks much faster than any external CI 😮! |
5deb409
to
1db095a
Compare
1db095a
to
2da5860
Compare
Improves syntax spacing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
🚀 🚀 🚀
🎸 🎸 🎸
🤖 🤖 🤖
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🤗 👍
Description
First configuration of a CI workflow using GitHub Actions that runs Rubocop, Yard-Junk and Rspec.
Todos
List any remaining work that needs to be done, i.e: