Skip to content

Merge pull request #286 from Open-Telecoms-Data/21-rebuild-non-docs-c… #393

Merge pull request #286 from Open-Telecoms-Data/21-rebuild-non-docs-c…

Merge pull request #286 from Open-Telecoms-Data/21-rebuild-non-docs-c… #393

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