diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f4d2034..813d943 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,8 +41,15 @@ jobs: echo "## GIT REMOTE CONFIGURATION" git remote -v - # Original Vale action step - uses: https://github.com/vale-cli/vale-action@v2 - with: - fail_on_error: true - files: . + 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: + # fail_on_error: true + # files: .