Skip to content

Commit 681467f

Browse files
authored
Create r-build-check.yml
1 parent d3d6d8f commit 681467f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Shows how the r-build-check.yml can be called from another repository.
2+
name: call-example
3+
on:
4+
push:
5+
branches: ['main']
6+
workflow_dispatch:
7+
jobs:
8+
build-check:
9+
uses: FertigLab/actions/.github/workflows/r-build-check.yml@v1

0 commit comments

Comments
 (0)