Skip to content

Merge pull request #93 from DayneSorvisto/patch-1 #316

Merge pull request #93 from DayneSorvisto/patch-1

Merge pull request #93 from DayneSorvisto/patch-1 #316

Workflow file for this run

name: Validate README
on: [push, pull_request]
jobs:
check-order:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: python check_order.py
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1