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 27993af + 490d01a commit 671bfeb
Show file tree
Hide file tree
Showing 3 changed files 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==3.0.0 # Install a stable version of Vale
run: pip install vale==2.27.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: '3.0.0'
version: '2.27.0'
File renamed without changes.
File renamed without changes.

0 comments on commit 671bfeb

Please sign in to comment.