This commit is contained in:
parent
385f5e0147
commit
6a0765e2f2
1 changed files with 6 additions and 6 deletions
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
|
|
@ -42,12 +42,12 @@ jobs:
|
||||||
git remote -v
|
git remote -v
|
||||||
|
|
||||||
- uses: https://github.com/vale-cli/vale-action@v2
|
- uses: https://github.com/vale-cli/vale-action@v2
|
||||||
with:
|
with:
|
||||||
fail_on_error: true
|
fail_on_error: true
|
||||||
files: .
|
files: .
|
||||||
reporter: local
|
reporter: local
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
# Original Vale action step
|
# Original Vale action step
|
||||||
# - uses: https://github.com/vale-cli/vale-action@v2
|
# - uses: https://github.com/vale-cli/vale-action@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue