add basic workflow #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | ||
Check failure on line 9 in .github/workflows/r-build-check.yml GitHub Actions / .github/workflows/r-build-check.ymlInvalid workflow file
|