fixing indentation

This commit is contained in:
axleiro 2021-12-09 17:16:27 +05:30 committed by GitHub
parent 84ef6462c2
commit c665fc7a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -12,12 +12,11 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2
with:
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
cache-dependency-path: explorer/package-lock.json
- run: cd ./explorer
- run: npm i -g npm@7
- run: npm ci
- run: npm run format