Skip to content

Commit

Permalink
Merge pull request #8 from m4sterbunny/update-vale
Browse files Browse the repository at this point in the history
amends path to vale ini and covers metamask docs structure
  • Loading branch information
joshuafernandes authored Aug 27, 2024
2 parents a287306 + 0918774 commit 97f9696
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions spelling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97f9696

Please sign in to comment.