Browse Source

fix: vale.ini location

feat/new-clarity-onboarding
Hank Stoever 4 years ago
committed by Alexander Graebe
parent
commit
31675253de
  1. 1
      .github/workflows/stylecheck-prs.yml
  2. 2
      vale.ini

1
.github/workflows/stylecheck-prs.yml

@ -21,7 +21,6 @@ jobs:
uses: errata-ai/vale-action@master uses: errata-ai/vale-action@master
with: with:
styles: https://github.com/errata-ai/Google/releases/latest/download/Google.zip 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 }}' files: '${{ steps.get_changed_files.outputs.all }}'
onlyAnnotateModifiedLines: true onlyAnnotateModifiedLines: true
env: env:

2
.vale/vale.ini → vale.ini

@ -1,4 +1,4 @@
StylesPath = styles StylesPath = .vale/styles
MinAlertLevel = suggestion MinAlertLevel = suggestion
Vocab = docs Vocab = docs
Loading…
Cancel
Save