mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: add dependency
This commit is contained in:
parent
c0f2cccd24
commit
b8b6cd992a
20
.github/workflows/prettier.yml
vendored
20
.github/workflows/prettier.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Prettier
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.0
|
||||
with:
|
||||
prettier_options: --write **/*.{html,js,md,vue,less,css}
|
||||
commit_message: "style: prettify code"
|
17075
package-lock.json
generated
Normal file
17075
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -81,6 +81,7 @@
|
||||
"devDependencies": {
|
||||
"@dcloudio/types": "*",
|
||||
"@dcloudio/uni-automator": "^2.0.0-31820210406002",
|
||||
"@dcloudio/uni-cli-i18n": "^2.0.0-32920211029004",
|
||||
"@dcloudio/uni-cli-shared": "^2.0.0-31820210406002",
|
||||
"@dcloudio/uni-migration": "^2.0.0-31820210406002",
|
||||
"@dcloudio/uni-template-compiler": "^2.0.0-31820210406002",
|
||||
|
Loading…
Reference in New Issue
Block a user