run prettier check in CI

This commit is contained in:
Ashwin Bhat
2025-01-09 11:01:28 -08:00
parent 1797fbfba8
commit d973f58bef

View File

@@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: npx prettier --check .
- uses: actions/setup-node@v4
with:
node-version: 18