From 2790543c08cd3d7d2530e77c82ed53980c6410c2 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:43:00 -0400 Subject: [PATCH] ci: exclude markdown template example from spell-check --- .github/actions/spelling/allow.txt | 1 + .github/actions/spelling/excludes.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index ca6de057..e4d5df47 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -12,6 +12,7 @@ githubassets https IPlayer ISteam +joinmastodon leetcode MBTI Nie diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt index 7b180c74..0900304e 100644 --- a/.github/actions/spelling/excludes.txt +++ b/.github/actions/spelling/excludes.txt @@ -51,6 +51,7 @@ ignore$ ^\Qsource/plugins/sponsors/index.mjs\E$ ^\Qsource/plugins/stargazers/worldmap/atlas/50m_countries.geojson\E$ ^\Qsource/templates/classic/partials/splatoon.ejs\E$ +^\Qsource/templates/markdown/example.md\E$ ^\Qsource/templates/terminal/fonts.css\E$ ^\Qsource/templates/terminal/partials/screenshot.ejs\E$ ^\Qtests/mocks/api/github/rest/emojis/get.mjs\E$