Skip to content

feat: add new message types and handlers, refactor client and server code #3146

feat: add new message types and handlers, refactor client and server code

feat: add new message types and handlers, refactor client and server code #3146

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn packages
uses: borales/actions-yarn@v4
with:
cmd: --cwd=./misc/prettier install
- name: Check prettier errors
uses: borales/actions-yarn@v4
with:
cmd: --cwd=./misc/prettier prettier-check
continue-on-error: true