Skip to content

fix telegram progress-send failure path and bridge version alignment #22

fix telegram progress-send failure path and bridge version alignment

fix telegram progress-send failure path and bridge version alignment #22

Workflow file for this run

name: Verify
on:
push:
branches:
- master
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: npm ci
- name: Run verify pipeline
run: npm run verify