Skip to content

Commit

Permalink
Merge pull request #244 from RCheesley/fix-vale-linter-path
Browse files Browse the repository at this point in the history
Fix Vale linting entire directory
  • Loading branch information
RCheesley authored Oct 31, 2024
2 parents 01d0da0 + 196614e commit a408085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
prose:
runs-on: ubuntu-22.04 # See https://github.com/errata-ai/vale-action/issues/128 before upgrading
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,6 +27,7 @@ jobs:
with:
# Please keep version in sync with the version in .gitpod.Dockerfile for a consistent experience
version: 3.7.1
files: docs/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a408085

Please sign in to comment.