From 48302c68e3de87f8b78aab59dbcebfff26a2e0ea Mon Sep 17 00:00:00 2001 From: Adel Johar Date: Mon, 20 Jan 2025 14:15:54 +0100 Subject: [PATCH] Docs: Add local spellcheck file for spellcheck workflow --- .github/workflows/linting.yml | 4 ++-- .spellcheck.local.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .spellcheck.local.yaml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 88ff147dc..46cf26848 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -2,13 +2,13 @@ name: Linting on: push: - branches: + branches: - develop - main - 'docs/*' - 'roc**' pull_request: - branches: + branches: - develop - main - 'docs/*' diff --git a/.spellcheck.local.yaml b/.spellcheck.local.yaml new file mode 100644 index 000000000..d1b54c2ce --- /dev/null +++ b/.spellcheck.local.yaml @@ -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: + - []