We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d6d8f commit 681467fCopy full SHA for 681467f
.github/workflows/r-build-check.yml
@@ -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