Skip to content

Commit

Permalink
Removes all references to CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Oct 15, 2019
1 parent 8870c7f commit 3b2e197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ note that so we can add it to the [Changelog][].
### Required Checks

Before pushing your code and opening a PR, we recommend you run the following checks to avoid
our CircleCI Workflow to block your contribution.
our GitHub Actions Workflow to block your contribution.

```bash
# Run unit tests and check code coverage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Need more details? See the [Faraday API Documentation][apidoc] to see how it wor

## Supported Ruby versions

This library aims to support and is [tested against][circle_ci] the following Ruby
This library aims to support and is [tested against][actions] the following Ruby
implementations:

* Ruby 2.3+
Expand Down Expand Up @@ -49,7 +49,7 @@ But before you start coding, please read our [Contributing Guide][contributing]
[faraday_team]: https://lostisland.github.io/faraday/team
[contributing]: https://github.com/lostisland/faraday/blob/master/.github/CONTRIBUTING.md
[apidoc]: http://www.rubydoc.info/gems/faraday
[circle_ci]: https://circleci.com/gh/lostisland/faraday
[actions]: https://github.com/lostisland/faraday/actions
[jruby]: http://jruby.org/
[rubinius]: http://rubini.us/
[license]: LICENSE.md

0 comments on commit 3b2e197

Please sign in to comment.