Skip to content

Commit 97f9696

Browse files
Merge pull request #8 from m4sterbunny/update-vale
amends path to vale ini and covers metamask docs structure
2 parents a287306 + 0918774 commit 97f9696

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

spelling/action.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ runs:
2020
- name: Vale
2121
uses: errata-ai/vale-action@v2
2222
with:
23-
files: '["./docs/", "./blog/"]'
24-
vale_flags: "--config ./.docs-gha/spelling/config/.vale.ini --glob='!docs/**/*.js'"
23+
files: |
24+
"./docs/",
25+
"./blog/",
26+
"./services/",
27+
"./developer-tools/",
28+
"./snaps/",
29+
"./wallet/"
30+
vale_flags: "--config ./.docs-gha/spelling/.vale.ini --glob='!docs/**/*.js'"
2531
env:
2632
# Required, set by GitHub actions automatically:
2733
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret

0 commit comments

Comments
 (0)