Skip to content

Commit

Permalink
add gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 15, 2024
1 parent e74b899 commit 5763354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
fail_on_error: false # Ensure the step doesn't fail even if issues are found
level: warning


- name: Install GitHub CLI
run: sudo apt-get install -y gh

- name: Post summary comment
if: ${{ steps.check-vale.outputs.issues_found == 'true' }}
run: |
Expand Down

0 comments on commit 5763354

Please sign in to comment.