Skip to content

Commit aa8f492

Browse files
committed
add
1 parent 2f2208e commit aa8f492

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vale.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
echo 'export PATH=$HOME/.local/bin:$PATH' >> $GITHUB_ENV
2727
2828
- name: Verify Vale Installation
29-
run: |
30-
vale --version
29+
run: echo "PATH=$PATH" && $HOME/.local/bin/vale --version
3130

3231
- name: Get changed files
3332
id: changed-files

0 commit comments

Comments
 (0)