Skip to content

Commit

Permalink
added BioConductor check github action -- related to #96
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Nov 12, 2023
1 parent cbe9374 commit 93a0ed6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/bioc-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# workflow derived from: https://github.com/insightsengineering/bioc-check-action


on:
push:
branches: main
pull_request: main

name: bioc-check

jobs:
bioc-check:
runs-on: ubuntu-latest
name: BiocCheck
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: release
http-user-agent: release
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
- name: Run BiocCheck
uses: insightsengineering/bioc-check-action@v1

0 comments on commit 93a0ed6

Please sign in to comment.