Skip to content

Commit f62ca67

Browse files
committed
WIP
1 parent e09fc1a commit f62ca67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Install Deps
3535
run: |
3636
wget https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz
37-
mkdir bin && tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C bin
38-
echo "./bin" >> $GITHUB_PATH
39-
./bin/vale -v
37+
mkdir testdata/bin && tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C testdata/bin
38+
echo "./testdata/bin" >> $GITHUB_PATH
39+
./testdata/bin/vale -v
4040
env:
4141
VALE_VERSION: 3.9.1
4242

4343
- name: Features
4444
run: |
4545
cd testdata
46-
../bin/vale sync
47-
../bin/vale transform test.mdx > out.md
46+
./bin/vale sync
47+
./bin/vale transform test.mdx > out.md
4848
cd -

0 commit comments

Comments
 (0)