Skip to content

Commit

Permalink
add basic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Oct 30, 2023
1 parent c9d8ecb commit 06b3b8b
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 @@
# Imports a basic worklow based on r-lib/actions from FertigLab's repository
name: r-build-check
on:
push:
branches: ['46-github-workflow-for-build-check-bioccheck-for-quality-control']

jobs:
build-check:
uses: FertigLab/actions/.github/workflows/r-build-check.yml@main

0 comments on commit 06b3b8b

Please sign in to comment.