From 74088031f5b37a988f984d4bc8e3915bb464f8d4 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:42:25 -0500 Subject: [PATCH] chore: disable prettier until we decide what to do with it (#98) --- .github/workflows/continuous-integration.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1af9355..edcce0e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,6 +27,3 @@ jobs: # Prettier must be in `package.json` - name: Install Node.js dependencies run: npm i -g prettier && npm i - - - name: Run Prettier - run: prettier --write . \ No newline at end of file