Skip to content

fix(2019-fall-midterm): fix typo (#34) #271

fix(2019-fall-midterm): fix typo (#34)

fix(2019-fall-midterm): fix typo (#34) #271

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check
- name: Run tests
run: |
npm run test