Skip to content

refactor(github-actions): Add github actions workflow to perform dry run build upon pull request #2

refactor(github-actions): Add github actions workflow to perform dry run build upon pull request

refactor(github-actions): Add github actions workflow to perform dry run build upon pull request #2

Workflow file for this run

name: Dry runs for PRs
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup R and Bioconductor
uses: grimbough/bioc-actions/setup-bioc@v1
with:
bioc-version: release
- name: Build, Install, Check
uses: grimbough/bioc-actions/build-install-check@v1