Skip to content

Commit

Permalink
Move CI badge to top of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker committed Oct 28, 2021
1 parent 14d9773 commit 8166811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ knitr::opts_chunk$set(
fig.path = "README-"
)
```
<!-- badges: start -->
[![R-CMD-check](https://github.com/looker-open-source/lookr/workflows/R-CMD-check/badge.svg)](https://github.com/looker-open-source/lookr/actions)
<!-- badges: end -->

# LookR

Expand Down Expand Up @@ -261,7 +264,4 @@ print(data)
toJSON: function ()
toJSONString: function ()
```
<!-- badges: start -->
[![R-CMD-check](https://github.com/looker-open-source/lookr/workflows/R-CMD-check/badge.svg)](https://github.com/looker-open-source/lookr/actions)
<!-- badges: end -->

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->

[![R-CMD-check](https://github.com/looker-open-source/lookr/workflows/R-CMD-check/badge.svg)](https://github.com/looker-open-source/lookr/actions)
<!-- badges: end -->

LookR
=====
Expand Down Expand Up @@ -288,8 +292,3 @@ print(data)
toJSON: function ()
toJSONString: function ()
```

<!-- badges: start -->

[![R-CMD-check](https://github.com/looker-open-source/lookr/workflows/R-CMD-check/badge.svg)](https://github.com/looker-open-source/lookr/actions)
<!-- badges: end -->

0 comments on commit 8166811

Please sign in to comment.