summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Use ruby/setup-ruby and reset fetch depth.dblock2021-11-071-1/+4
|
* Add integration tests to CI harnessMichael Herold2021-06-271-0/+17
| | | | | We want to make sure none of our popular downstream integrations break. This ports our old Travis setup over to GitHub Actions.
* Lint the CI configuration and update badgeMichael Herold2021-06-271-18/+32
| | | | | | | | | Using YAML lists over pseudo-JSON lists makes for easier diffs. Breaking blocks apart with an empty line helps readability. Avoiding strings delimeters when you don't need them helps with readability. The name of the workflow should describe its purpose. Multithreading bundle installs leads to faster builds. And we need to update the badge to our new CI location.
* Create initial actionBobby McDonald2020-12-071-0/+64
|
* Remove github actionsBobby McDonald2019-11-161-31/+0
| | | This is causing too much noise while I experiment, I'll move it to my fork of hashie and test there.
* Pass specific ruby versions for ruby-buildBobby McDonald2019-11-161-1/+1
|
* Use ruby-build with cacheBobby McDonald2019-11-161-2/+8
|
* remove erroneously pasted codeBobby McDonald2019-11-161-7/+0
|
* versions should be stringsBobby McDonald2019-11-161-1/+8
|
* Use correct matrix variableBobby McDonald2019-11-161-2/+2
|
* Initial attempt at adding github actions CIBobby McDonald2019-11-161-0/+25