This commit is contained in:
Ichiro 2021-12-22 17:26:52 +09:00 committed by GitHub
parent 52800006a0
commit bc4e8faec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -206,4 +206,6 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: bash
run: ./format.sh && git diff --exit-code
run: |
sudo apt install -y dos2unix
./format.sh && git diff --exit-code