SWDEV-464475 - Add linting and spellcheck

- 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
이 커밋은 다음에 포함됨:
Istvan Kiss
2024-05-28 18:42:08 +02:00
커밋한 사람 Istvan Kiss
부모 87ee9b28a4
커밋 bd624d0938
24개의 변경된 파일986개의 추가작업 그리고 712개의 파일을 삭제
+20
파일 보기
@@ -0,0 +1,20 @@
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