Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Add linter for plaintext English
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moulard <[email protected]>
  • Loading branch information
Thomas Moulard committed Dec 11, 2019
1 parent 29ae22f commit dc86302
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ jobs:
with:
linter: ${{ matrix.linter }}
package-name: cross_compile

vale:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Checkout
uses: actions/checkout@v1
- uses: errata-ai/vale-action@d8f3adb36f2701ffadc75819539d4a40bd4efdaa
with:
styles: |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
https://github.com/errata-ai/Joblint/releases/latest/download/Joblint.zip
config:
https://gist.githubusercontent.com/jdkato/171186055d382c6065273fe5a7eeeb61/raw/c6832996f5c77002142df70a3aa2be521fe747a7/.vale.ini
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit dc86302

Please sign in to comment.