Skip to content

Commit

Permalink
Merge pull request #1 from AndrewMamdouh/bugfix/lint-workflow
Browse files Browse the repository at this point in the history
ci(lint): update trunk check
  • Loading branch information
AndrewMamdouh authored Aug 29, 2024
2 parents 6fab28a + 24f86ba commit 9d5edf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Trunk Check
uses: trunk-io/[email protected]
run: yarn run trunk:check
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"endOfLine": "crlf"
"endOfLine": "lf"
}

0 comments on commit 9d5edf4

Please sign in to comment.