From d2b24ff6fb9f4bb4157ad1c31c22a6ba014d435e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Sat, 3 Feb 2024 00:30:03 +0900 Subject: [PATCH] fix(ci): cspell --- .github/workflows/cspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index b7d749f..9582cac 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -21,4 +21,4 @@ jobs: run: yarn add cspell - name: Run cspell - run: yarn format:cspell" + run: yarn format:cspell \ No newline at end of file