Skip to content

Commit

Permalink
Merge pull request #470 from skyclouds2001/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
skyclouds2001 authored Mar 26, 2024
2 parents 0516cae + 613d19d commit f5ad9b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8.10.0
- uses: actions/setup-node@v4
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8.10.0
- uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
'*.{js,jsx,ts,tsx,vue}': ['eslint --fix'],
'*.{js,jsx,ts,tsx,vue,html,json,md,css,scss}': ['prettier --write'],
'*.{js,jsx,ts,tsx}': ['eslint --fix'],
'*.{js,jsx,ts,tsx,html,json,md,css}': ['prettier --write'],
}

0 comments on commit f5ad9b7

Please sign in to comment.