diff --git a/.github/workflows/r-build-check.yml b/.github/workflows/r-build-check.yml new file mode 100644 index 0000000..d231225 --- /dev/null +++ b/.github/workflows/r-build-check.yml @@ -0,0 +1,9 @@ +# Shows how the r-build-check.yml can be called from another repository. +name: call-example +on: + push: + branches: ['main'] + workflow_dispatch: +jobs: + build-check: + uses: FertigLab/actions/.github/workflows/r-build-check.yml@v1