Skip to content

Commit

Permalink
fix: vale should only be applied on text files
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Nov 18, 2024
1 parent 8eab9e8 commit e1102e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Get changed files
- name: Get all changed md/mdx files
id: changed-files
uses: tj-actions/changed-files@v45
with:
files: |
**/*.md
**/*.mdx
- name: List changed fiels
run: |
Expand Down

0 comments on commit e1102e4

Please sign in to comment.