From 755f2949607c4055c58eb20b7f0bdaa90c6c1a1b Mon Sep 17 00:00:00 2001 From: chendatony31 <31647753@qq.com> Date: Thu, 31 Oct 2024 15:46:06 +0800 Subject: [PATCH] update file name --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 5a78129ed..8bcfa080c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -22,4 +22,4 @@ jobs: run: npm install - name: Run ESLint - run: npx eslint chains.json --config ./eslint.config.js + run: npx eslint chains.json --config ./eslint.config.mjs