We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a287306 + 0918774 commit 97f9696Copy full SHA for 97f9696
spelling/action.yml
@@ -20,8 +20,14 @@ runs:
20
- name: Vale
21
uses: errata-ai/vale-action@v2
22
with:
23
- files: '["./docs/", "./blog/"]'
24
- vale_flags: "--config ./.docs-gha/spelling/config/.vale.ini --glob='!docs/**/*.js'"
+ files: |
+ "./docs/",
25
+ "./blog/",
26
+ "./services/",
27
+ "./developer-tools/",
28
+ "./snaps/",
29
+ "./wallet/"
30
+ vale_flags: "--config ./.docs-gha/spelling/.vale.ini --glob='!docs/**/*.js'"
31
env:
32
# Required, set by GitHub actions automatically:
33
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
0 commit comments