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 ca586b5 + 8282196 commit 6e1c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.1 # 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.7.1'
version: '2.27.0'
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StylesPath = styles
MinAlertLevel = warning
MinAlertLevel = suggestion

Vocab = EN

Expand Down

0 comments on commit 6e1c230

Please sign in to comment.