73c730c032
- Markdown fixes
- Fix spellcheck
- Clean up
- Supress etoc warning
- Remove folder before clone if it's exist
- Change liniting.yml to use develop
- Trailing white space fix
Change-Id: Ib3bb2cdd0abebeb21071b5d2e2d3b57fe41666e0
[ROCm/hip commit: bd624d0938]
21 baris
308 B
YAML
21 baris
308 B
YAML
name: Linting
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
- main
|
|
- 'docs/*'
|
|
- 'roc**'
|
|
pull_request:
|
|
branches:
|
|
- develop
|
|
- main
|
|
- 'docs/*'
|
|
- 'roc**'
|
|
|
|
jobs:
|
|
call-workflow-passing-data:
|
|
name: Documentation
|
|
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop
|