mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Use lf
This commit is contained in:
parent
3edf27313a
commit
0ecf11e42c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/lint_and_test.yml
vendored
5
.github/workflows/lint_and_test.yml
vendored
|
|
@ -18,6 +18,11 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue