Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Nov 20, 2024
1 parent e09fc1a commit f62ca67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Install Deps
run: |
wget https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz
mkdir bin && tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C bin
echo "./bin" >> $GITHUB_PATH
./bin/vale -v
mkdir testdata/bin && tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C testdata/bin
echo "./testdata/bin" >> $GITHUB_PATH
./testdata/bin/vale -v
env:
VALE_VERSION: 3.9.1

- name: Features
run: |
cd testdata
../bin/vale sync
../bin/vale transform test.mdx > out.md
./bin/vale sync
./bin/vale transform test.mdx > out.md
cd -

0 comments on commit f62ca67

Please sign in to comment.