Skip to content

Fix JSON formatting for email field #58

Fix JSON formatting for email field

Fix JSON formatting for email field #58

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
validate-jsonld:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: tests/
- name: Run tests
run: cd tests/ && R -f test.R
validate-crosswalks:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run aggregate.py
run: python3 scripts/aggregate.py