Skip to content

Commit f97bb1b

Browse files
committed
replace pr_check.yml with ci.yml GHA
1 parent e2ff26c commit f97bb1b

2 files changed

Lines changed: 21 additions & 135 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)