Skip to content

Commit 582f132

Browse files
committed
Upgrade Vale
1 parent 46b2aac commit 582f132

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
- run:
2828
name: Fetch Vale
2929
command: |
30-
go install github.com/errata-ai/vale/v2/cmd/vale@cd147755b9fc6cf7d9ca1a70f4f75c633beeaf17
31-
echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> $BASH_ENV
30+
wget https://github.com/errata-ai/vale/releases/download/v3.0.5/vale_3.0.5_Linux_64-bit.tar.gz
31+
mkdir bin && tar -xvzf vale_3.0.5_Linux_64-bit.tar.gz -C bin
32+
echo 'PATH=./bin:"$PATH"' >> $BASH_ENV
3233
- save_cache:
3334
key: go-mod-v4-{{ checksum "go.sum" }}
3435
paths:

0 commit comments

Comments
 (0)