Skip to content

Commit 243f2e5

Browse files
committed
update linter
1 parent bcec88f commit 243f2e5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions: read-all
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
13+
env:
14+
LINTR_ERROR_ON_LINT: true
1315

1416
steps:
1517
- uses: actions/checkout@v4
@@ -22,4 +24,6 @@ jobs:
2224
with:
2325
extra-packages: any::lintr, local::.
2426

25-
- uses: r-lib/actions/lint@v2
27+
- name: Lint package
28+
run: lintr::lint_package()
29+
shell: Rscript {0}

0 commit comments

Comments
 (0)