Skip to content

cleanup: remove the messaging feature #807

cleanup: remove the messaging feature

cleanup: remove the messaging feature #807

Workflow file for this run

name: Code check
on:
pull_request:
branches: ["*"]
jobs:
quality-assurance:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/[email protected]
- name: Run Biome
run: biome ci --reporter=github .
type:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run TypeScript compiler
run: npm run type-check