Skip to content

Commit

Permalink
ci: print vale version
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Mar 10, 2024
1 parent d9b17ff commit 37186cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Regression tests

on: [push, pull_request]

env:
VALE_VERSION: 3.2.2

jobs:

tests:
Expand All @@ -14,10 +17,9 @@ jobs:
- name: Install Vale
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
env:
VALE_VERSION: 3.2.2
mkdir vale && tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C vale
echo "./vale" >> $GITHUB_PATH
vale --version
- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 37186cc

Please sign in to comment.