Skip to content

Commit

Permalink
ci: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Jan 3, 2025
1 parent 29c0ad7 commit 88c07b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GitHub Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lint Code Base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Run linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v6
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-backwards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
args = c("--no-manual", "--as-cran"),
build_args = "--no-manual",
check_dir = "check",
error_on = "error"
error_on = "warning"
)
shell: Rscript {0}

Expand Down
1 change: 1 addition & 0 deletions RPhosFate.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace

0 comments on commit 88c07b4

Please sign in to comment.