Skip to content

Commit 8c035e8

Browse files
narotsit-intuglesujayintugle
authored andcommitted
Update vale-linter.yaml
Corrected the download link
1 parent 55a7eaa commit 8c035e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vale-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Install Vale (safe, no sudo needed)
2525
- name: Install Vale
2626
run: |
27-
curl -fsSL https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_64-bit.tar.gz -o vale.tar.gz
27+
curl -fsSL https://github.com/errata-ai/vale/releases/download/v3.12.0/vale_3.12.0_Linux_64-bit.tar.gz -o vale.tar.gz
2828
tar -xzf vale.tar.gz
2929
echo "$PWD" >> $GITHUB_PATH
3030

0 commit comments

Comments
 (0)