Skip to content

Put application in DSS section as last section and add TGB #1863

Put application in DSS section as last section and add TGB

Put application in DSS section as last section and add TGB #1863

Workflow file for this run

name: Lint
on:
pull_request:
branches: [develop]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: find docs -name \*.md -print0 | xargs -0 -n1 python tools/tp_linter.py