Skip to content

rdl_schema_0_1.json: minor updates to field names, titles and descriptions, add risk_data_type codelist and documentation #105

rdl_schema_0_1.json: minor updates to field names, titles and descriptions, add risk_data_type codelist and documentation

rdl_schema_0_1.json: minor updates to field names, titles and descriptions, add risk_data_type codelist and documentation #105

Workflow file for this run

name: MD Format
on: [push, pull_request]
jobs:
mdformat:
name: Mdformat Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
- run: pip install -r requirements.txt
- run: mdformat --check docs