Docs: Add local spellcheck file for spellcheck workflow

This commit is contained in:
Adel Johar
2025-01-22 18:06:44 +01:00
parent 5753964f70
commit 48302c68e3
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -2,13 +2,13 @@ name: Linting
on:
push:
branches:
branches:
- develop
- main
- 'docs/*'
- 'roc**'
pull_request:
branches:
branches:
- develop
- main
- 'docs/*'
+10
View File
@@ -0,0 +1,10 @@
matrix:
- name: Markdown
sources:
- ['tools/autotag/templates/**/*.md', '!tools/autotag/templates/**/5*.md', '!tools/autotag/templates/**/6.0*.md', '!tools/autotag/templates/**/6.1*.md']
- name: reST
sources:
- []
- name: Cpp
sources:
- []