Skip to content

Commit

Permalink
Fix build status badge
Browse files Browse the repository at this point in the history
Badges API has changed and our build badge is broken at the moment. This should fix it. See badges/shields#8671 for more context.
  • Loading branch information
simonschiller authored and nathan3d committed Mar 20, 2023
1 parent 4acd8a9 commit 7c6dd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_Ruler is a Gradle plugin which helps you analyze the size of your Android apps._

[![Build Status](https://img.shields.io/github/workflow/status/spotify/ruler/CI)](https://github.com/spotify/ruler/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/spotify/ruler/ci.yaml?branch=main)](https://github.com/spotify/ruler/actions)
[![Maven Release](https://img.shields.io/maven-central/v/com.spotify.ruler/ruler-gradle-plugin)](https://github.com/spotify/ruler/releases)
[![License](https://img.shields.io/github/license/spotify/ruler)](https://github.com/spotify/ruler/blob/main/LICENSE)

Expand Down

0 comments on commit 7c6dd72

Please sign in to comment.