Skip to content

Commit 9255a01

Browse files
committed
Merge branch 'dev' into release
2 parents 40f7294 + a2be295 commit 9255a01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
os: [ubuntu-latest, macos-12, windows-latest]
2828

2929
steps:
30+
31+
- name: Set up git config
32+
run: |
33+
git config --global core.autocrlf false
34+
3035
- name: Check out git repository
3136
uses: actions/checkout@v2
3237

0 commit comments

Comments
 (0)