Skip to content

[DOCS] Add examples of --list_sub_file/--list-sub-file - Fixed rendering issues #428

[DOCS] Add examples of --list_sub_file/--list-sub-file - Fixed rendering issues

[DOCS] Add examples of --list_sub_file/--list-sub-file - Fixed rendering issues #428

Workflow file for this run

---
name: Codespell
on: [push, pull_request]
# ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master