There was an error while loading. Please reload this page.
1 parent bcec88f commit 243f2e5Copy full SHA for 243f2e5
1 file changed
.github/workflows/lint.yaml
@@ -10,6 +10,8 @@ permissions: read-all
10
jobs:
11
lint:
12
runs-on: ubuntu-latest
13
+ env:
14
+ LINTR_ERROR_ON_LINT: true
15
16
steps:
17
- uses: actions/checkout@v4
@@ -22,4 +24,6 @@ jobs:
22
24
with:
23
25
extra-packages: any::lintr, local::.
26
- - uses: r-lib/actions/lint@v2
27
+ - name: Lint package
28
+ run: lintr::lint_package()
29
+ shell: Rscript {0}
0 commit comments