Skip to content

Update Scenario Selector documentation with 4.0 features #2000

Update Scenario Selector documentation with 4.0 features

Update Scenario Selector documentation with 4.0 features #2000

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