Skip to content

Adds a System Events page and corrects spelling of "architectural overview" #273

Adds a System Events page and corrects spelling of "architectural overview"

Adds a System Events page and corrects spelling of "architectural overview" #273

Workflow file for this run

name: Prettier
on:
pull_request:
jobs:
check:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Prettier
run: npx prettier "./**/*.{md,mdx}" --check