Skip to content

Commit

Permalink
Merge pull request #37 from choi-phd/fix_badge
Browse files Browse the repository at this point in the history
fix github actions status badge
  • Loading branch information
choi-phd committed Jun 7, 2024
2 parents dea6f19 + 6c1df10 commit c36d16a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- {os: ubuntu-latest , r: 'release'}
- {os: ubuntu-latest , r: 'oldrel-1'}
- {os: ubuntu-latest , r: 'oldrel-2'}
- {os: ubuntu-latest , r: 'oldrel-3'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/r_other_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- {os: ubuntu-latest , r: 'release'}
- {os: ubuntu-latest , r: 'oldrel-1'}
- {os: ubuntu-latest , r: 'oldrel-2'}
- {os: ubuntu-latest , r: 'oldrel-3'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output: github_document
Multiple Administrations Adaptive Testing

<!-- badges: start -->
[![R build status](https://github.com/choi-phd/maat/workflows/build/badge.svg)](https://github.com/choi-phd/maat/actions)
[![R build status](https://github.com/choi-phd/maat/actions/workflows/r.yml/badge.svg)](https://github.com/choi-phd/maat/actions)
[![Number of downloads](https://cranlogs.r-pkg.org/badges/grand-total/maat?color=lightgrey)](https://cran.r-project.org/package=maat)
<!-- badges: end -->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Multiple Administrations Adaptive Testing
<!-- badges: start -->

[![R build
status](https://github.com/choi-phd/maat/workflows/build/badge.svg)](https://github.com/choi-phd/maat/actions)
status](https://github.com/choi-phd/maat/actions/workflows/r.yml/badge.svg)](https://github.com/choi-phd/maat/actions)
[![Number of
downloads](https://cranlogs.r-pkg.org/badges/grand-total/maat?color=lightgrey)](https://cran.r-project.org/package=maat)
<!-- badges: end -->
Expand Down

0 comments on commit c36d16a

Please sign in to comment.