Skip to content

Commit

Permalink
github install goodpractice in all workflows for #198
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 14, 2024
1 parent 24128bc commit bdb3e29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: any::rcmdcheck
needs: check

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: roxygen2

- name: Document
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: any::covr
needs: coverage

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgcheck
Title: rOpenSci Package Checks
Version: 0.1.2.023
Version: 0.1.2.024
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.2.023",
"version": "0.1.2.024",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit bdb3e29

Please sign in to comment.