Skip to content

Change chevron for checklist items #275

Change chevron for checklist items

Change chevron for checklist items #275

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
- develop
jobs:
buildAndTest:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test --watchAll=false