Skip to content

Merge pull request #6 from wacl-york/github-actions-test #3

Merge pull request #6 from wacl-york/github-actions-test

Merge pull request #6 from wacl-york/github-actions-test #3

name: PR to main Opened
on:
pull_request:
types:
- [opened, synchronize]
branches:
- main
jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: docker build -t eddy4r.york .
- name: Check
run: docker run --rm eddy4r.york Rscript /home/york/runtests.r