Skip to content

Commit

Permalink
Include markdown files for testing.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Park <[email protected]>
  • Loading branch information
k-dimple and SecondSkoll authored Sep 13, 2024
1 parent c9583ea commit 88f7bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
working-directory: .
steps:
- uses: actions/checkout@v4
- name: Run vale on .rst files
- name: Run vale on RST and MD files
run: |
make vale TARGET=*.rst > vale_results.txt
make vale TARGET="*.rst *.md" > vale_results.txt
sed -e 's/\x1b\[[0-9;]*m//g' vale_results.txt > vale_results_clean.txt
- name: Upload artifact
Expand Down

0 comments on commit 88f7bc3

Please sign in to comment.