fix indent

This commit is contained in:
James Salter 2021-10-19 13:06:27 +01:00
parent 6d5a15f7a8
commit 1d9bdd732f

View file

@ -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