Skip to content

Commit da1e438

Browse files
committed
Extend checking to the Introduction section
1 parent 74b07c4 commit da1e438

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Vale Linting
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
23-
files: '["project-leader/"]'
23+
files: '["introduction/", "project-leader/"]'
2424
vale_flags: "--glob=*.asciidoc"
2525
filter_mode: file
2626
debug: true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ scripts/learningpath
55
scripts/newsite
66
scripts/.env
77
.vs
8-
.github/vale/*
8+
.github/vale/*

0 commit comments

Comments
 (0)