Skip to content

Update the Telegram adapter to add a rich message option with a photo #148

Update the Telegram adapter to add a rich message option with a photo

Update the Telegram adapter to add a rich message option with a photo #148

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/[email protected]
with:
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn run test