Skip to content

Commit

Permalink
Merge pull request #337 from RCheesley/fix-gh-action-linter
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
RCheesley authored Oct 24, 2024
2 parents 58e93f4 + 8248af1 commit 97c9009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: '3.x'
cache: 'pip'

- name: Install Python dependencies
run: pip3 install -r docs/requirements.txt

- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit 97c9009

Please sign in to comment.