Skip to content

Merge pull request #10 from henrykironde/error-files #21

Merge pull request #10 from henrykironde/error-files

Merge pull request #10 from henrykironde/error-files #21

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: Metadata Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://weecology/portalcasting:latest
steps:
- uses: actions/checkout@v2
- name: Check
run: Rscript tests/testthat/test-metadata.R