Skip to content

Commit

Permalink
Check 15
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Jan 16, 2025
1 parent b371b94 commit a8c4492
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:
jobs:
call-workflow-passing-data:
name: Documentation
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@local_spellcheck_file
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.spellcheck.local.yaml
!.gitignore
*.o
*.exe
Expand Down
6 changes: 6 additions & 0 deletions .spellcheck.local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sources_md: &md_list
<<: *md_global_list
- ['tools/autotag/templates/**/*.md', '!tools/autotag/templates/**/5*.md', '!tools/autotag/templates/**/6.0*.md', '!tools/autotag/templates/**/6.1*.md']

sources_rst: &rst_list
<<: *rst_global_list

0 comments on commit a8c4492

Please sign in to comment.