fix indent
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user