|
@ -2,6 +2,8 @@ name: stylecheck |
|
|
on: |
|
|
on: |
|
|
pull_request: |
|
|
pull_request: |
|
|
branches: [master] |
|
|
branches: [master] |
|
|
|
|
|
paths: |
|
|
|
|
|
- '**.md' |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
stylecheck: |
|
|
stylecheck: |
|
@ -20,7 +22,7 @@ jobs: |
|
|
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 |
|
|
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: |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|