Skip to content

Commit

Permalink
Move CI to GitHub Actions, fixes sidekiq#4677
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 28, 2020
1 parent af19318 commit 7656f7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
71 changes: 0 additions & 71 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HEAD
- Improve contrast in dark mode Web UI [#4674]
- Fix Web UI crash with corrupt session [#4672]
- Allow middleware to yield arguments [#4673, @eugeneius]
- Migrate CI from CircleCI to GitHub Actions [#4677]

6.1.1
---------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sidekiq

[![Gem Version](https://badge.fury.io/rb/sidekiq.svg)](https://rubygems.org/gems/sidekiq)
[![Codecov](https://codecov.io/gh/mperham/sidekiq/branch/master/graph/badge.svg)](https://codecov.io/gh/mperham/sidekiq)
[![Build Status](https://circleci.com/gh/mperham/sidekiq/tree/master.svg?style=svg)](https://circleci.com/gh/mperham/sidekiq/tree/master)
![Build](https://github.com/mperham/sidekiq/workflows/CI/badge.svg)

Simple, efficient background processing for Ruby.

Expand Down

0 comments on commit 7656f7f

Please sign in to comment.