Skip to content

Update README.md

Update README.md #95

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
#
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.
name: Examples
on: [push, pull_request]
jobs:
test-ubuntu:
container: gvegayon/epiworld:latest
runs-on: Ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
env:
OPENMP: -fopenmp
run: |
make all-examples