From 2e6ba344373edbfc3e96929b5714416c61f9d505 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 28 Oct 2024 14:34:22 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Relax=20code=20format?= =?UTF-8?q?=20CI-CD=20dependency=20install=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why? Relax code format CI-CD dependency install ## How? - Remove strict from pnpm install ## Tickets? - [PLAT-1670](https://linear.app/fleekxyz/issue/PLAT-1670/relax-code-format-ci-cd-dependency-install) ## Contribution checklist? - [x] The commit messages are detailed - [x] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] You have manually tested - [ ] You have provided tests ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) ## Preview? Optionally, provide the preview url here --- .github/workflows/code-format.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index 0d6b55e..ec8c09c 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -40,8 +40,7 @@ jobs: - name: Install dependencies run: | - pnpm install \ - --strict-peer-dependencies + pnpm install - name: Code format check id: fmt_check