fixing indentation

This commit is contained in:
axleiro
2021-12-09 17:16:27 +05:30
committed by GitHub
parent 84ef6462c2
commit c665fc7a9b

View File

@ -17,7 +17,6 @@ jobs:
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