DOCS-923: Document viam:camera:csi
modular camera as model for the Jetson Orin Nano's embedded camera
#4866
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Markdown files | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
markdown_lint: | |
name: Check Markdown files | |
continue-on-error: true | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown Lint | |
uses: ruzickap/action-my-markdown-linter@v1 | |
with: | |
config_file: .markdownlint.yaml | |
search_paths: | | |
docs/ | |
exclude: | | |
assets/ | |
themes/ | |
static/ | |
layouts/ |