add docs format gh action

This commit is contained in:
bakedpotatolord 2025-06-18 17:09:12 -06:00
commit e3fe1bfca9

21
.github/workflows/prettier-check.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: 'Docs Fomatting Check'
on:
push:
workflow_dispatch:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: check format for docs
run:
bun docs-check