Skip to content

Commit 003de23

Browse files
committed
remove config flag & rename vocab directory
1 parent d705616 commit 003de23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
files: ${{ steps.changed-files.outputs.all_changed_files }}
3131
separator: ','
3232
fail_on_error: true
33-
vale_flags: '--minAlertLevel=error --config=././.vale.ini'
33+
vale_flags: '--minAlertLevel=error'
3434
reporter: github-pr-annotations
3535

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ StylesPath = .github/styles
22
MinAlertLevel = warning
33
IgnoredScopes = code, tt, table, tr, td
44

5-
Vocab = docs
5+
Vocab = Docs
66

77
Packages = write-good, Microsoft
88

0 commit comments

Comments
 (0)