mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
put back missing git config line in workflows
This commit is contained in:
parent
d4aa53b1d7
commit
e06ddc33f2
2 changed files with 2 additions and 0 deletions
1
.github/workflows/testing_prs.yaml
vendored
1
.github/workflows/testing_prs.yaml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
||||||
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
|
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
steps:
|
steps:
|
||||||
|
- run: git config --global core.autocrlf false
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: ./.github/actions/run_tests
|
uses: ./.github/actions/run_tests
|
||||||
|
|
1
.github/workflows/testing_schedule.yaml
vendored
1
.github/workflows/testing_schedule.yaml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
||||||
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
|
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
steps:
|
steps:
|
||||||
|
- run: git config --global core.autocrlf false
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: ./.github/actions/run_tests
|
uses: ./.github/actions/run_tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue