Skip to content

Commit

Permalink
NGワードチェック : 編集者向けドキュメントは対象外にした
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 9, 2023
1 parent 7215f9e commit e5991d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/script/ngword_check.py
Expand Up @@ -43,6 +43,9 @@ def check_ngword(text: str, filename: str) -> bool:
if __name__ == '__main__':
found_error = False
for p in sorted(list(glob.glob("**/*.md", recursive=True))):
if p.startswith("start_editing/"):
continue

with open(p) as f:
text = f.read()

Expand Down

0 comments on commit e5991d8

Please sign in to comment.