Skip to content

Commit 62c13dc

Browse files
committed
fix: paths
1 parent e651bb6 commit 62c13dc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
with:
11-
fetch-depth: 0
1210
- uses: errata-ai/vale-action@v2
1311
with:
1412
# https://github.com/errata-ai/vale-action/issues/123
15-
files: "README.md,docs/"
13+
files: "README.md"
1614
separator: ","
1715
reporter: github-pr-annotations
1816
fail_on_error: true
@@ -24,10 +22,6 @@ jobs:
2422
runs-on: ubuntu-latest
2523
steps:
2624
- uses: actions/checkout@v5
27-
with:
28-
sparse-checkout: |
29-
README.md
30-
docs/
3125
- uses: DavidAnson/markdownlint-cli2-action@v20
3226
with:
3327
globs: "README.md,docs/**/*.md"

0 commit comments

Comments
 (0)