Chore: lint

This commit is contained in:
JimhHan
2021-04-06 19:05:35 +08:00
parent f44afc3110
commit effaa0e7ed
19 changed files with 132 additions and 134 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
+8 -8
View File
@@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: Prettify code
uses: creyD/prettier_action@v3.1
with:
prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true
dry: true
- name: Prettify code
uses: creyD/prettier_action@v3.1
with:
prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true
dry: true