fix: updated formating command to use builtin format

This commit is contained in:
Ceferino Patino 2025-06-15 14:08:38 -05:00
commit 456a31bd83
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -15,9 +15,9 @@ runs:
- name: display node.js and pnpm version
shell: bash
run: node --version && pnpm --version
- name: install prettier
- name: install dependencies
shell: bash
run: pnpm add -D prettier prettier-plugin-astro
run: pnpm install
- name: cache pnpm dependencies
uses: actions/cache@v4
with: