Skip to content

Upgrade to latest static analysis Action #6

Upgrade to latest static analysis Action

Upgrade to latest static analysis Action #6

Workflow file for this run

---
name: R-CMD-check
on:
- push
- pull_request
jobs:
R-CMD-check:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: blcdsdockerregistry/bl-r-devel:latest
steps:
- uses: actions/checkout@v2
with:
path: SeqKat
- run: R CMD build SeqKat
- run: R CMD check --as-cran SeqKat_*.tar.gz