Skip to content

Feature/83694 streaming markdown handling #226

Feature/83694 streaming markdown handling

Feature/83694 streaming markdown handling #226

Workflow file for this run

name: Format
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install Dependencies
run: npm ci
- name: Run Prettier Check
run: npx prettier --check .