Skip to content

Commit f76cb9e

Browse files
committed
* .github/workflows/R.yml: Fix indent.
1 parent 2201b13 commit f76cb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
uses: r-lib/actions/check-r-package@v2
7979
with:
8080
args: 'c("--no-manual", "--as-cran")'
81-
working-directory: r
81+
working-directory: r
8282

8383
- name: Check (NOT CRAN)
8484
env:
8585
NOT_CRAN: true
8686
uses: r-lib/actions/check-r-package@v2
8787
with:
8888
args: 'c("--no-manual", "--run-donttest", "--run-dontrun", "--timings")'
89-
working-directory: r
89+
working-directory: r
9090

9191
- name: Show testthat output
9292
if: failure()

0 commit comments

Comments
 (0)