Skip to content

Consolidate conversation routing and harden the Signal protocol pipeline (invariants, session reset, multi-device) #390

Consolidate conversation routing and harden the Signal protocol pipeline (invariants, session reset, multi-device)

Consolidate conversation routing and harden the Signal protocol pipeline (invariants, session reset, multi-device) #390

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm i -g pnpm && pnpm install
- name: Lint
run: pnpm run lint