chore: fix prettier wkflw holy shit

This commit is contained in:
Jacob Nguyen
2022-12-30 11:30:38 -06:00
parent 559c1a7a7b
commit 7089f5c0dc

View File

@@ -24,21 +24,15 @@ jobs:
with:
node-version: 17
- name: infer source
run: source ~/.bashrc
- name: Install pnpm
run: npm i -g pnpm
- name: setup pnpm
run: pnpm setup
# Prettier must be in `package.json`
- name: Install Node.js dependencies
run: pnpm add -g prettier && pnpm i
run: pnpm i
- name: Run Prettier
run: prettier --write .
run: pnpm run pretty
- name: Create Pull Request
id: cpr