Skip to content

Commit 063d556

Browse files
Put Vale binary in user bin
1 parent adb9687 commit 063d556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
name: Install Vale
7373
command: |
7474
wget https://github.com/errata-ai/vale/releases/download/v2.20.1/vale_2.20.1_Linux_64-bit.tar.gz
75-
tar -xvzf vale_2.20.1_Linux_64-bit.tar.gz -C /bin/
75+
tar -xvzf vale_2.20.1_Linux_64-bit.tar.gz -C $HOME/bin/
76+
echo $PATH
7677
- run:
7778
name: Sync Vale rules
7879
command: vale sync

0 commit comments

Comments
 (0)