Skip to content

refactor(conversations): replace last-message preview with ciphertext… #239

refactor(conversations): replace last-message preview with ciphertext…

refactor(conversations): replace last-message preview with ciphertext… #239

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