From 0918774c7849d12e2cfc7ed0a001ef7ca4d2865a Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Fri, 23 Aug 2024 13:37:07 +0100 Subject: [PATCH] amends path to vale ini and covers metamask docs structure --- spelling/action.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spelling/action.yml b/spelling/action.yml index 5fd961c..7b2391a 100644 --- a/spelling/action.yml +++ b/spelling/action.yml @@ -20,8 +20,14 @@ runs: - name: Vale uses: errata-ai/vale-action@v2 with: - files: '["./docs/", "./blog/"]' - vale_flags: "--config ./.docs-gha/spelling/config/.vale.ini --glob='!docs/**/*.js'" + files: | + "./docs/", + "./blog/", + "./services/", + "./developer-tools/", + "./snaps/", + "./wallet/" + vale_flags: "--config ./.docs-gha/spelling/.vale.ini --glob='!docs/**/*.js'" env: # Required, set by GitHub actions automatically: # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret