Skip to content

Commit

Permalink
CI: fix vale action error
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Oct 14, 2024
1 parent 678656a commit df010ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
venv="$HOME/.local/share/venv"
python3 -m venv "$venv"
echo "$venv/bin" >> $GITHUB_PATH
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit df010ff

Please sign in to comment.