From 9023ec3dc6a56a60055385610a2dee49fb90ebfc Mon Sep 17 00:00:00 2001 From: AndrewMamdouh <68063809+AndrewMamdouh@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:10:50 +0300 Subject: [PATCH 1/2] ci(lint): update trunk check --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8aa6502..777d066 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,4 +19,4 @@ jobs: - name: Install Dependencies run: yarn install --immutable --immutable-cache --check-cache - name: Trunk Check - uses: trunk-io/trunk-action@v1.1.16 + run: yarn run trunk:check From 24f86baf80aba7e591cf85f934ed4fd1bbc1166b Mon Sep 17 00:00:00 2001 From: AndrewMamdouh <68063809+AndrewMamdouh@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:17:05 +0300 Subject: [PATCH 2/2] style(prettier): change EOF --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index fb17ebe..6d70279 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,5 +3,5 @@ "tabWidth": 4, "semi": true, "singleQuote": true, - "endOfLine": "crlf" + "endOfLine": "lf" }