Skip to content

Commit

Permalink
NGワードチェック : 不要な変数を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Oct 19, 2023
1 parent 4f5d507 commit 8916ccb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/script/ngword_check.py
Expand Up @@ -41,9 +41,6 @@ def check_ngword(text: str, filename: str) -> bool:
return not found_error

if __name__ == '__main__':
found_error = False
current_dir = os.getcwd()
outer_link_dict = dict()
found_error = False
for p in sorted(list(glob.glob("**/*.md", recursive=True))):
with open(p) as f:
Expand Down

0 comments on commit 8916ccb

Please sign in to comment.