Skip to content

Commit 2818ee4

Browse files
committed
Fix badge
1 parent 1ea1b1c commit 2818ee4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ local({
5050

5151
<!-- badges: start -->
5252
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
53-
[![R build status](https://github.com/r-lib/pillar/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/pillar/actions)
53+
[![R build status](https://github.com/r-lib/pillar/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pillar/actions)
5454
[![Coverage status](https://codecov.io/gh/r-lib/pillar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pillar)
5555
[![CRAN status](https://www.r-pkg.org/badges/version/pillar)](https://cran.r-project.org/package=pillar)
5656
<!-- badges: end -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Lifecycle:
99
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
1010
[![R build
11-
status](https://github.com/r-lib/pillar/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/pillar/actions)
11+
status](https://github.com/r-lib/pillar/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pillar/actions)
1212
[![Coverage
1313
status](https://codecov.io/gh/r-lib/pillar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pillar)
1414
[![CRAN

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- badges: start -->
1010
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
11-
[![R build status](https://github.com/r-lib/pillar/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/pillar/actions)
11+
[![R build status](https://github.com/r-lib/pillar/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pillar/actions)
1212
[![Coverage status](https://codecov.io/gh/r-lib/pillar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pillar)
1313
[![CRAN status](https://www.r-pkg.org/badges/version/pillar)](https://cran.r-project.org/package=pillar)
1414
<!-- badges: end -->

0 commit comments

Comments
 (0)