fix indent
This commit is contained in:
parent
6d5a15f7a8
commit
1d9bdd732f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci_package.yml
vendored
6
.github/workflows/ci_package.yml
vendored
|
@ -8,9 +8,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- run: ./scripts/fetch-develop.deps.sh --depth 1
|
||||
- run: yarn install
|
||||
- run: yarn lint:js
|
||||
|
|
Loading…
Add table
Reference in a new issue