We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e651bb6 commit 62c13dcCopy full SHA for 62c13dc
1 file changed
.github/workflows/docs.yml
@@ -7,12 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v5
10
- with:
11
- fetch-depth: 0
12
- uses: errata-ai/vale-action@v2
13
with:
14
# https://github.com/errata-ai/vale-action/issues/123
15
- files: "README.md,docs/"
+ files: "README.md"
16
separator: ","
17
reporter: github-pr-annotations
18
fail_on_error: true
@@ -24,10 +22,6 @@ jobs:
24
22
25
23
26
27
28
- sparse-checkout: |
29
- README.md
30
- docs/
31
- uses: DavidAnson/markdownlint-cli2-action@v20
32
33
globs: "README.md,docs/**/*.md"
0 commit comments