Skip to content

feat: migrate messages content to ciphertext (#173) #191

feat: migrate messages content to ciphertext (#173)

feat: migrate messages content to ciphertext (#173) #191

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