Skip to content

Commit

Permalink
Disable option to check only modified lines
Browse files Browse the repository at this point in the history
  • Loading branch information
infotexture committed Nov 25, 2020
1 parent 10eeac6 commit 9c1ebf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
files: '${{ steps.get_changed_files.outputs.all }}'

# Within those files, only check the changes
onlyAnnotateModifiedLines: true
# https://github.com/errata-ai/vale-action/issues/27#issuecomment-729590633
# onlyAnnotateModifiedLines: true
env:
# Required
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9c1ebf5

Please sign in to comment.