You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
This setting converts line endings to UNIX-style (LF), whenever text files are checked into and out of the repository.
Without this setting, the pre-commit hook for Prettier fails on the Windows runner. GitHub Actions configures git with core.autocrlf = true, because this is the default setting in Git for Windows.
This setting converts line endings to UNIX-style (LF), whenever text files are checked into and out of the repository.
Without this setting, the pre-commit hook for Prettier fails on the Windows runner. GitHub Actions configures git with core.autocrlf = true, because this is the default setting in Git for Windows.
https://prettier.io/docs/en/options.html#end-of-line
actions/checkout#135
The text was updated successfully, but these errors were encountered: