Skip to content

Bugfix for strict headers #222

Bugfix for strict headers

Bugfix for strict headers #222

Workflow file for this run

---
name: Validate Yaml and Markdown
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
test-redoc:
runs-on: ubuntu-latest
name: Lint documentation
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint all md files
uses: nosborn/[email protected]
with:
files: .
- name: Lint yaml files
uses: ibiqlik/action-yamllint@v3