From d1e6ec4589824a994acba3cc739d07ff827ab7a0 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:25:42 -0600 Subject: [PATCH] chore: fix prettier wkflw holy shit --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a0d131e..0a60847 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,6 +27,8 @@ jobs: - name: Install pnpm run: npm i -g pnpm + - name: Set global dir + run: source ~/.bashrc # Prettier must be in `package.json` - name: Install Node.js dependencies run: pnpm add -g prettier && pnpm i