Skip to content

Commit 40f35f4

Browse files
committed
update action
1 parent b18aac9 commit 40f35f4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches: [main, master]
66
pull_request:
7-
branches: [main, master]
8-
schedule:
7+
branches: [main, master]
8+
schedule:
99
- cron: "15 15 * * *"
1010

1111
name: R-CMD-check
1212

13+
permissions: read-all
14+
1315
jobs:
1416
R-CMD-check:
1517
runs-on: ${{ matrix.config.os }}
@@ -20,7 +22,7 @@ jobs:
2022
fail-fast: false
2123
matrix:
2224
config:
23-
- {os: macOS-latest, r: 'release'}
25+
- {os: macos-latest, r: 'release'}
2426
- {os: windows-latest, r: 'release'}
2527
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2628
- {os: ubuntu-latest, r: 'release'}
@@ -32,7 +34,7 @@ jobs:
3234
COMPILE_VIG: ${{ secrets.COMPILE_VIG }}
3335
R_KEEP_PKG_SOURCE: yes
3436

35-
steps:
37+
steps:
3638
- uses: actions/checkout@v4
3739

3840
- uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)