Fix YAML indentation

This commit is contained in:
Pig Fang 2019-09-11 23:34:42 +08:00
parent e91185461a
commit 899a495f80

View File

@ -18,13 +18,13 @@ jobs:
env:
APP_ENV: testing
frontend:
name: Front End
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Run tests
run: |
yarn lint
yarn test
name: Front End
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Run tests
run: |
yarn lint
yarn test