feat: run pre-commit

This commit is contained in:
Barrett Ruth 2026-02-03 21:03:18 -05:00
parent 657575ae30
commit 8f4693452a
4 changed files with 7 additions and 4 deletions

View file

@ -82,7 +82,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: "20"
- name: Install prettier
run: pnpm add -g prettier@3.1.0
- name: Check markdown formatting with prettier