Skip to content

docs: graphql-ws and graphql-sse are a client and a server #169

docs: graphql-ws and graphql-sse are a client and a server

docs: graphql-ws and graphql-sse are a client and a server #169

Workflow file for this run

name: Prettier Check
on: pull_request
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: yarn
- name: Run Prettier Check
run: yarn format:check