CI: remove spurious blank lines
authorPauli <pauli@openssl.org>
Wed, 4 Aug 2021 01:06:44 +0000 (11:06 +1000)
committerPauli <pauli@openssl.org>
Thu, 5 Aug 2021 05:41:29 +0000 (15:41 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16174)

.github/workflows/coveralls.yml
.github/workflows/fips-checksums.yml
.github/workflows/run-checker-ci.yml
.github/workflows/run-checker-daily.yml
.github/workflows/run-checker-merge.yml

index c43a306ed3f826544cc89a5cb9c27a2b806252b4..45e9e8e62e029b19739d9180db72b4cfd28b82e1 100644 (file)
@@ -17,7 +17,6 @@ jobs:
       run: CC=gcc ./config --banner=Configured --debug --coverage no-asm enable-fips enable-rc5 enable-md2 enable-ssl3 enable-nextprotoneg enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
     - name: config dump
       run: ./configdata.pm --dump
-
     - name: make
       run: make -s -j4
     - name: make test
index f9f916055d8816d38b7dd33116718a9d9ca3daca..d8aea44786b5d7949fda727c7debcb8881176552 100644 (file)
@@ -21,14 +21,12 @@ jobs:
           repository: ${{ github.event.pull_request.base.repo.full_name }}
           ref: ${{ github.event.pull_request.base.ref }}
           path: source-pristine
-
       - name: config pristine
         run: ../source-pristine/config enable-fips
         working-directory: ./build-pristine
       - name: config pristine dump
         run: ./configdata.pm --dump
         working-directory: ./build-pristine
-
       - name: make build_generated pristine
         run: make -s build_generated
         working-directory: ./build-pristine
@@ -38,14 +36,12 @@ jobs:
       - uses: actions/checkout@v2
         with:
           path: source
-
       - name: config
         run: ../source/config enable-fips
         working-directory: ./build
       - name: config dump
         run: ./configdata.pm --dump
         working-directory: ./build
-
       - name: make build_generated
         run: make -s build_generated
         working-directory: ./build
index 032a1c5d3284cd5615e883224fe6a2953a810618..3c09194d0c76e04b7989100b3f7831d60d29dea5 100644 (file)
@@ -34,7 +34,6 @@ jobs:
       run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
     - name: config dump
       run: ./configdata.pm --dump
-
     - name: make
       run: make -s -j4
     - name: make test
index b8fbbddf62fcd4186be8c57d9aeef5216fde2673..d9374f1cfc78720de0a0a67b2da6c544c0aca41f 100644 (file)
@@ -128,7 +128,6 @@ jobs:
       run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
     - name: config dump
       run: ./configdata.pm --dump
-
     - name: make
       run: make -s -j4
     - name: make test
index 7b61c36028789d77563453b212216b21b1594226..4f5efeae51801dd7c47ba4e0255a69ca34a4f304 100644 (file)
@@ -27,7 +27,6 @@ jobs:
       run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
     - name: config dump
       run: ./configdata.pm --dump
-
     - name: make
       run: make -s -j4
     - name: make test