Skip to content

Commit

Permalink
readd prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed May 4, 2024
1 parent 01ea79e commit 9e5ed57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
# - name: Run Format Check
# run: npm run prettier.dry-run
- name: Run Format Check
run: npm run prettier.dry-run
- name: Build project
run: npm run build
- name: Run Tests
Expand Down

0 comments on commit 9e5ed57

Please sign in to comment.