Skip to content

Commit

Permalink
update accept
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 27, 2024
1 parent e2f8c19 commit c7e4195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vale Linting
name: Vale linting

on:
pull_request:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
vale:
name: Vale Linting
name: Vale linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fi
done
- name: Run Vale
- name: Run vale
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
uses: errata-ai/vale-action@reviewdog
with:
Expand All @@ -68,7 +68,7 @@ jobs:
separator: ' '
version: '2.27.0'

- name: Post Summary Comment
- name: Post summary comment
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: |
COMMENT="❗️Oh no, some Vale linting found issues! Please check the **Files change** tab for detailed results and make the necessary updates."
Expand Down

0 comments on commit c7e4195

Please sign in to comment.