Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Dec 12, 2024
1 parent 7346e32 commit 21dbd1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
additional-env-vars: |
NOT_CRAN=true
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
bioccheck:
name: BiocCheck 🩺
uses: insightsengineering/r.pkg.template/.github/workflows/bioccheck.yaml@main
Expand All @@ -43,7 +43,7 @@ jobs:
with:
additional-env-vars: |
NOT_CRAN=true
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
linter:
if: github.event_name != 'push'
name: SuperLinter 🦸‍♀️
Expand All @@ -55,7 +55,7 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
auto-update: true
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
gitleaks:
name: gitleaks 💧
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
default-landing-page: latest-tag
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
skip-r-cmd-check: true
skip-r-cmd-install: true
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
docs:
name: Pkgdown Docs 📚
needs: release
Expand All @@ -26,15 +26,15 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
default-landing-page: latest-tag
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
validation:
name: R Package Validation report 📃
needs: release
uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
installation-method: setup-r-dependencies
deps-installation-method: setup-r-dependencies
release:
name: Create release 🎉
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
Expand Down

0 comments on commit 21dbd1e

Please sign in to comment.