From 6b31edcb51504e5d7cefba41729d2889ecbaeca9 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 28 Oct 2024 12:52:54 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20remove=20strict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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