We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ff26c commit f97bb1bCopy full SHA for f97bb1b
2 files changed
.github/workflows/ci.yml
@@ -0,0 +1,21 @@
1
+name: PR CMD check & build site
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ paths:
7
+ - 'DESCRIPTION'
8
+ - '**.yml'
9
+ branches:
10
+ - devel
11
+ - 'RELEASE_*'
12
13
+jobs:
14
+ ci:
15
+ uses: waldronlab/.github/.github/workflows/bioc-pr-cmdcheck-pkgdown.yml@devel
16
+ secrets: inherit
17
+ permissions:
18
+ contents: write
19
+ pages: write
20
+ id-token: write
21
.github/workflows/pr_check.yml
0 commit comments