Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 15, 2024
1 parent 98e4987 commit 08ce370
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
run: |
echo "Changed files:"
echo "${{ steps.changed-files.outputs.all_changed_and_modified_files }}"
- name: Debugging - Show reviewdog diff output
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: |
gh pr view ${{ github.event.pull_request.number }} --json changedFiles
- name: Run Vale with reviewdog
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
id: vale-lint
Expand Down

0 comments on commit 08ce370

Please sign in to comment.