Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Add Vale linter (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
  • Loading branch information
Anas Abou Allaban committed Dec 17, 2019
1 parent c061474 commit 93f269f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,18 @@ jobs:
with:
linter: ${{ matrix.linter }}
package-name: system_metrics_collector
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/vale-action@v1.0.3
with:
styles: |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
https://github.com/errata-ai/Google/releases/latest/download/Google.zip
config:
https://raw.githubusercontent.com/ros-tooling/system_metrics_collector/master/.vale.ini
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 93f269f

Please sign in to comment.