Skip to content

Commit

Permalink
Update Vale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Apr 10, 2024
1 parent 695bf7c commit af19889
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
uses: tj-actions/changed-files@v42
with:
# Avoid using single or double quotes for multiline patterns
files: |
docs/**.{md,mdx}, versioned_docs/**.{md,mdx}
files_yaml: |
docs:
- docs/**
versioned_docs:
- versioned_docs/**
separator: ","
env:
ALL_CHANGED_FILES: ${{ 0 }}
Expand Down

0 comments on commit af19889

Please sign in to comment.