Fix lint (#1134)
This commit is contained in:
parent
52800006a0
commit
bc4e8faec2
|
@ -206,4 +206,6 @@ jobs:
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./format.sh && git diff --exit-code
|
run: |
|
||||||
|
sudo apt install -y dos2unix
|
||||||
|
./format.sh && git diff --exit-code
|
||||||
|
|
Loading…
Reference in New Issue