Skip to content

Commit

Permalink
chore: update docs (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 21, 2023
1 parent f6b2d29 commit f52d782
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,13 @@ jobs:
## Known issue

> Running `shellcheck.exe` on Windows might fail with the following error:
`SC1017: Literal carriage return. Run script through tr -d '\r'`
>
>`SC1017: Literal carriage return. Run script through tr -d '\r'`
>
> This is due to the presence of a carriage return character (`\r`) in the script.
>
> To fix this, you can add a `.gitattributes` file to your repository with the following contents:
> ```
> *.sh text eol=lf
> ```
> This will ensure that the scripts are checked out with the correct line endings.
> This will ensure that the scripts are checked out with the correct line endings.

0 comments on commit f52d782

Please sign in to comment.