Skip to content

Commit

Permalink
Add prettier to dev dependencies, fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Bondar committed Feb 5, 2024
1 parent fb7902f commit 0f93979
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
token:
description: GitHub token. Required only if 'version' == 'latest'
required: false
default: "${{ github.token }}"
default: '${{ github.token }}'
downloadBaseURL:
description: 'Set the download base URL'
required: false
Expand Down
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/node": "^20.11.8",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
Expand Down

0 comments on commit 0f93979

Please sign in to comment.