Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

feat: allow useChannel without message callback #91

feat: allow useChannel without message callback

feat: allow useChannel without message callback #91

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run test