Skip to content

Commit 3512433

Browse files
authored
Fix Ruby specs badge to reference correct workflow name (#666)
The badge was pointing to "Ruby specs" workflow which no longer exists. The workflow was renamed to "Ruby based checks", causing the badge to show as red/failing.
1 parent 1e6d774 commit 3512433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _Official, actively maintained successor to [rails/webpacker](https://github.com
1414
- See [V7 Upgrade](./docs/v7_upgrade.md) for upgrading from the v6 release.
1515
- See [V6 Upgrade](./docs/v6_upgrade.md) for upgrading from v5 or prior v6 releases.
1616

17-
[![Ruby specs](https://github.com/shakacode/shakapacker/workflows/Ruby%20specs/badge.svg)](https://github.com/shakacode/shakapacker/actions)
17+
[![Ruby based checks](https://github.com/shakacode/shakapacker/workflows/Ruby%20based%20checks/badge.svg)](https://github.com/shakacode/shakapacker/actions)
1818
[![Jest specs](https://github.com/shakacode/shakapacker/workflows/Jest%20specs/badge.svg)](https://github.com/shakacode/shakapacker/actions)
1919
[![Rubocop](https://github.com/shakacode/shakapacker/workflows/Rubocop/badge.svg)](https://github.com/shakacode/shakapacker/actions)
2020
[![JS lint](https://github.com/shakacode/shakapacker/workflows/JS%20lint/badge.svg)](https://github.com/shakacode/shakapacker/actions)

0 commit comments

Comments
 (0)