mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 01:22:35 +08:00
Fix auto test failed due to autocrlf
This commit is contained in:
1
.github/workflows/auto-test.yml
vendored
1
.github/workflows/auto-test.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- run: git config --global core.autocrlf false # Mainly for Windows
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
Reference in New Issue
Block a user