Skip to content

Commit

Permalink
Use remarkignore to ignore markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
cl8n committed Nov 27, 2023
1 parent 39c6a74 commit 4e84052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
shell: bash
run: |
readarray -t REMARK_TARGET_FILES <<< $(
# ppy/osu-wiki#8867 -- disable style checks for non-article Markdown files, such as README.md
echo "${{ env.INTERESTING_FILES }}" | grep -e .md$ | grep -E -v '^[A-Z-]+\.md$' || true
echo "${{ env.INTERESTING_FILES }}" | grep '\.md$' || true
)
meta/remark.sh "${REMARK_TARGET_FILES[@]}"
Expand Down
11 changes: 4 additions & 7 deletions .remarkignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.github/
meta/
wiki/Legal/SCTL/
wiki/Tournaments/TEMPLATE.md
wiki/Tournaments/README.md
wiki/Tournaments/TEMPLATE-SERIES.md
LICENCE.md
/.github/pull_request_template.md
/LICENCE.md
/meta/osu-matplotlib-theme/README.md
/wiki/Legal/SCTL/

0 comments on commit 4e84052

Please sign in to comment.