Skip to content

Feature/run locally #57

Feature/run locally

Feature/run locally #57

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
jobs:
test:
runs-on: ubuntu-latest
container:
image: mrcieu/genehackman:develop
env:
R_LIBS_SITE: /usr/lib/R/site-library
steps:
- uses: actions/checkout@v4
- name: Run devtools::check()
run: Rscript -e "devtools::check()"