This commit is contained in:
parent
e7db31a996
commit
385f5e0147
1 changed files with 11 additions and 4 deletions
15
.github/workflows/lint.yml
vendored
15
.github/workflows/lint.yml
vendored
|
|
@ -41,8 +41,15 @@ jobs:
|
||||||
echo "## GIT REMOTE CONFIGURATION"
|
echo "## GIT REMOTE CONFIGURATION"
|
||||||
git remote -v
|
git remote -v
|
||||||
|
|
||||||
# Original Vale action step
|
|
||||||
- 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
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
# Original Vale action step
|
||||||
|
# - uses: https://github.com/vale-cli/vale-action@v2
|
||||||
|
# with:
|
||||||
|
# fail_on_error: true
|
||||||
|
# files: .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue