Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 26, 2024
1 parent 19975c2 commit 69cc786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on:
jobs:
vale:
name: runner / vale
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.VALE_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - run: ./vale ./visual-kpi-docs/docs
- uses: errata-ai/vale-action@reviewdog
with:
files: ./visual-kpi-docs/docs
reporter: github-pr-check
# name: runner-vale
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 69cc786

Please sign in to comment.