Skip to content

Commit

Permalink
fix: 修复eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx committed Jan 30, 2024
1 parent eadd1af commit 36f0f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ concurrency:
group: "pages"

jobs:

build-mp:
env:
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
yarn
- name: Run ESLint
run: npx eslint . --config .eslintrc.js --ext .js,.ts,.vue
run: npx eslint . --config .eslintrc.cjs --ext .js,.ts,.vue

0 comments on commit 36f0f19

Please sign in to comment.