generated from actions/hello-world-docker-action
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Swechhya/add-bioconductor-support
Add bioconductor support
- Loading branch information
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,14 @@ jobs: | |
uses: Swechhya/[email protected] | ||
with: | ||
action: 'all' | ||
needsBioc: false | ||
``` | ||
The action property can be any one of: | ||
- `build` Only builds the package | ||
- `all` Runs build and checks the built package | ||
|
||
The needsBioc property can be any one of: | ||
- `true` Installs bioconductor and dependencies | ||
- `false` Only installs CRAN dependencies | ||
|
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
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