Skip to content

inbox: fix parsing inbox notification payload #114

inbox: fix parsing inbox notification payload

inbox: fix parsing inbox notification payload #114

Workflow file for this run

name: Build & Tests
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Lint
run: yarn lint