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
|
||||
|
||||
- uses: https://github.com/vale-cli/vale-action@v2
|
||||
with:
|
||||
fail_on_error: true
|
||||
files: .
|
||||
reporter: local
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
with:
|
||||
fail_on_error: true
|
||||
files: .
|
||||
reporter: local
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
# Original Vale action step
|
||||
# - uses: https://github.com/vale-cli/vale-action@v2
|
||||
# with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue