Skip to content

use hanging indent for listitems #92

use hanging indent for listitems

use hanging indent for listitems #92

Workflow file for this run

name: Continuous Integration
on: [pull_request]
jobs:
buildLintTest:
name: Build, Lint, and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: yarn
- name: Build
run: yarn clean && yarn build
- name: Lint
run: yarn lint
- name: Test
run: yarn test --watchAll=false