From 7c4e1bffc7717224d92d7ea66c8716b824a220b0 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Tue, 5 Dec 2023 09:37:18 +0900 Subject: [PATCH] chore: fix wf --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a13cc9f..0d340b2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,7 +15,7 @@ jobs: - name: Install deps run: npm install - name: Format - run: npm run lint-fix + run: npm run eslint-fix - name: Commit run: | git config --local user.email "github-actions[bot]@users.noreply.github.com"