Skip to content

Commit

Permalink
feat: add code for vale linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 committed Oct 23, 2023
1 parent da6e625 commit 1f326ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ permissions:
jobs:
compliance:
uses: open-sauced/hot/.github/workflows/compliance.yml@main
name: reviewdog
on: [pull_request]

jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
files: "* .md"

0 comments on commit 1f326ba

Please sign in to comment.