fixing indentation
This commit is contained in:
5
.github/workflows/explorer_preview.yml
vendored
5
.github/workflows/explorer_preview.yml
vendored
@ -12,12 +12,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: explorer/package-lock.json
|
cache-dependency-path: explorer/package-lock.json
|
||||||
- run: cd ./explorer
|
|
||||||
- run: npm i -g npm@7
|
- run: npm i -g npm@7
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run format
|
- run: npm run format
|
||||||
|
Reference in New Issue
Block a user