Skip to content

Commit d4963ec

Browse files
EOD
1 parent e8922f3 commit d4963ec

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: R-CMD-check
2+
13
# Check spelling on the 2nd day of the month.
24
# 2nd as the first letter of this repo is the 2nd letter in the alphabet.
35
on:
@@ -18,8 +20,6 @@ on:
1820
schedule:
1921
- cron: "0 0 2 * *"
2022

21-
name: R-CMD-check
22-
2323
jobs:
2424
R-CMD-check:
2525
runs-on: ${{ matrix.os }}

.github/workflows/build_singularity.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Build Singularity container
12

23
on:
34
push:
@@ -7,8 +8,6 @@ on:
78
branches:
89
- main
910

10-
name: build_singularity
11-
1211
jobs:
1312
build_singularity:
1413

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
Branch |[![GitHub Actions logo](man/figures/GitHubActions.png)](https://github.com/ropensci/beautier/actions) |[![Codecov logo](man/figures/Codecov.png)](https://about.codecov.io/)
1212
---------|---------|---------
13-
`main` |[![R-CMD-check](https://github.com/ropensci/beautier/actions/workflows/R-CMD-check.yaml/badge.svg?branch=main)](https://github.com/ropensci/beautier/actions/workflows/R-CMD-check.yaml) |[![codecov.io](https://codecov.io/github/ropensci/beautier/coverage.svg?branch=main)](https://app.codecov.io/github/ropensci/beautier/branch/main)
14-
`develop`|[![R-CMD-check](https://github.com/ropensci/beautier/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop)](https://github.com/ropensci/beautier/actions/workflows/R-CMD-check.yaml)|[![codecov.io](https://codecov.io/github/ropensci/beautier/coverage.svg?branch=develop)](https://app.codecov.io/github/ropensci/beautier/branch/develop)
13+
`main` |[![R-CMD-check](https://github.com/ropensci/beastier/actions/workflows/R-CMD-check.yaml/badge.svg?branch=main)](https://github.com/ropensci/beastier/actions/workflows/R-CMD-check.yaml) |[![codecov.io](https://codecov.io/github/ropensci/beastier/coverage.svg?branch=main)](https://app.codecov.io/github/ropensci/beastier/branch/main)
14+
`develop`|[![R-CMD-check](https://github.com/ropensci/beastier/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop)](https://github.com/ropensci/beastier/actions/workflows/R-CMD-check.yaml)|[![codecov.io](https://codecov.io/github/ropensci/beastier/coverage.svg?branch=develop)](https://app.codecov.io/github/ropensci/beastier/branch/develop)
1515

1616
<!-- markdownlint-enable MD013 -->
1717

0 commit comments

Comments
 (0)