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 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" }