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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'
cache: 'yarn' cache: 'yarn'
- run: ./scripts/fetch-develop.deps.sh --depth 1 - run: ./scripts/fetch-develop.deps.sh --depth 1
- run: yarn install - run: yarn install
- run: yarn lint:js - run: yarn lint:js