summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add dependabot for GitHub ActionsPeter Goldstein2022-06-231-0/+6
| | | | This will ensure that GitHub Actions stay up to date. As the checkout action is currently out of date, Dependabot should open a PR to update it after this PR is merged.
* Use a public PAT.dblock2022-03-261-17/+12
|
* Move danger into its own workflow file.dblock2022-03-252-20/+26
|
* Run CI on all branches.dblock2022-03-241-8/+1
|
* Add Ruby 3.1 to CI (#558)Peter Goldstein2022-01-271-8/+8
| | | | | | | | | | | | | | | | | | * Add Ruby 3.1 to CI Update Rubocop for recent Rubies Disable Rubocop run for Rubies before Ruby 2.4 Quote '3.0' in the CI configuration to ensure it loads a 3.0.x Ruby Set RUBYOPT="--disable_error_highlight" so Ruby 3.1 error matchers pass * Add CHANGELOG.md entry * Re-add deleted line from CHANGELOG.md * Set minimum supported Ruby version to 2.4. Remove a number of code bits designed to support Rubies below version 2.4 * Bump version. Remove unneeded require from Gemfile. Add require to spec/support file
* Test with Ruby 3.0.dblock2021-11-071-0/+1
| | | | Signed-off-by: dblock <dblock@dblock.org>
* 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