Skip to content

chore(app): formatting #255

chore(app): formatting

chore(app): formatting #255

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm test