Skip to content

Document Breakdown and Upload swagger file #1

Document Breakdown and Upload swagger file

Document Breakdown and Upload swagger file #1

Workflow file for this run

name: Documentation Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check Spelling
uses: check-spelling/[email protected]
- name: Lint Markdown
uses: avto-dev/markdown-lint@v1
with:
config: '.github/linters/.markdown-lint.yml'
- name: Check links
uses: lycheeverse/[email protected]
with:
args: --verbose README.md