Skip to content

Commit

Permalink
Merge branch 'test-vale' into ly-test-linter2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 16, 2024
2 parents 6e1c230 + 4d7b881 commit 27993af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: '3.x'

- name: Install Vale
run: pip install vale==2.27.0 # Install a stable version of Vale
run: pip install vale==3.0.0 # Install a stable version of Vale

- name: Get changed files
id: changed-files
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
reporter: github-pr-check
files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
separator: ' '
version: '2.27.0'
version: '3.0.0'

0 comments on commit 27993af

Please sign in to comment.