Skip to content

Commit

Permalink
Create r-build-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs authored Nov 29, 2023
1 parent d3d6d8f commit 681467f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/r-build-check.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 681467f

Please sign in to comment.