From 7089f5c0dc93c5ae4d92291634ef0ef1d0a6bd0d Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:30:38 -0600 Subject: [PATCH] chore: fix prettier wkflw holy shit --- .github/workflows/continuous-integration.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0684e25..f2915d7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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