From 8916ccbfcfaa9500e668b826335fa483e77d1151 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Thu, 19 Oct 2023 22:31:26 +0900 Subject: [PATCH] =?UTF-8?q?NG=E3=83=AF=E3=83=BC=E3=83=89=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=20:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E5=A4=89?= =?UTF-8?q?=E6=95=B0=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/script/ngword_check.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/script/ngword_check.py b/.github/workflows/script/ngword_check.py index 7eedfece7..4393cc2f9 100644 --- a/.github/workflows/script/ngword_check.py +++ b/.github/workflows/script/ngword_check.py @@ -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: