Skip to content

Commit 33c6aa7

Browse files
fix: scope Vale linting to docs/blog/src, exclude project_management
1 parent 252c131 commit 33c6aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Vale
3535
uses: errata-ai/vale-action@v2
3636
with:
37-
files: .
37+
files: docs, blog, src
3838

3939
- name: Build site
4040
run: npm run build

0 commit comments

Comments
 (0)