Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9830ad7

Browse files
committed
Silence Windows warnings
1 parent ceb5791 commit 9830ad7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-cycle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
os: [windows-latest, ubuntu-latest]
1515

1616
steps:
17+
- name: Silence Windows warnings
18+
run: git config --global core.autocrlf input
19+
1720
- uses: actions/checkout@v3
1821

1922
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)