Skip to content

Added debug logging to consumer.heartbeat to see if it goes missing #33

Added debug logging to consumer.heartbeat to see if it goes missing

Added debug logging to consumer.heartbeat to see if it goes missing #33

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: TypeScript check
run: npm run ts
- name: Lint
run: npm run lint