diff --git a/.github/workflows/stylecheck-prs.yml b/.github/workflows/stylecheck-prs.yml index 914e4ad8..73199d14 100644 --- a/.github/workflows/stylecheck-prs.yml +++ b/.github/workflows/stylecheck-prs.yml @@ -21,7 +21,6 @@ jobs: uses: errata-ai/vale-action@master with: styles: https://github.com/errata-ai/Google/releases/latest/download/Google.zip - config: https://raw.githubusercontent.com/blockstack/docs/master/.vale/vale.ini files: '${{ steps.get_changed_files.outputs.all }}' onlyAnnotateModifiedLines: true env: diff --git a/.vale/vale.ini b/vale.ini similarity index 59% rename from .vale/vale.ini rename to vale.ini index 20d11251..4ad13ef4 100644 --- a/.vale/vale.ini +++ b/vale.ini @@ -1,4 +1,4 @@ -StylesPath = styles +StylesPath = .vale/styles MinAlertLevel = suggestion Vocab = docs