Skip to content

Commit

Permalink
Assert all workflow correctly install the package (#145)
Browse files Browse the repository at this point in the history
* micro

* silence some linters
  • Loading branch information
j-i-l committed Aug 7, 2024
1 parent e0a9752 commit 5756182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/onlabel_CRAN_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
gh label create ${{ env.LABEL_FAILURE }} --repo ${{ env.OWNER }}/${{ env.REPO }}
continue-on-error: true # make sure the next steps run also on failure


R_CMD_check:
runs-on: ubuntu-latest
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onlabel_lintingPlus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
shell: Rscript {0}

- name: Lint root directory
run: lintr::lint_dir()
run: lintr::lint_dir(linters=lintr::with_defaults(line_length_linter=NULL, infix_spaces_linter=NULL, trailing_whitespace_linter=NULL))
shell: Rscript {0}
env:
LINTR_ERROR_ON_LINT: true
Expand Down

0 comments on commit 5756182

Please sign in to comment.