Skip to content

WIP: display time to destination #95

WIP: display time to destination

WIP: display time to destination #95

Workflow file for this run

name: Server CI
on: push
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test