We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b07c4 commit da1e438Copy full SHA for da1e438
2 files changed
.github/workflows/vale.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Vale Linting
21
uses: errata-ai/vale-action@reviewdog
22
with:
23
- files: '["project-leader/"]'
+ files: '["introduction/", "project-leader/"]'
24
vale_flags: "--glob=*.asciidoc"
25
filter_mode: file
26
debug: true
.gitignore
@@ -5,4 +5,4 @@ scripts/learningpath
5
scripts/newsite
6
scripts/.env
7
.vs
8
-.github/vale/*
+.github/vale/*
0 commit comments