]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove whitespace.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 28 Jan 2021 03:30:50 +0000 (14:30 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 28 Jan 2021 03:35:41 +0000 (14:35 +1100)
.github/workflows/c-cpp.yml

index d8677e2fe224223781d3c5dbe78a8405312193a2..4b55da603e5849c6d11a8536cbcfefe69d19963e 100644 (file)
@@ -38,9 +38,7 @@ jobs:
 
 
   ubuntu-18_04:
-
     runs-on: ubuntu-18.04
-
     strategy:
       matrix:
         configs:
@@ -52,7 +50,6 @@ jobs:
         - "--with-selinux"
         - "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
         - "--without-openssl --without-zlib"
-
     steps:
     - uses: actions/checkout@v2
     - name: setup CI system
@@ -73,15 +70,12 @@ jobs:
 
 
   ubuntu-16_04:
-
     runs-on: ubuntu-16.04
-
     strategy:
       matrix:
         configs:
         - ""
         - "--with-pam --with-selinux --with-libedit --with-kerberos5 "
-
     steps:
     - uses: actions/checkout@v2
     - name: setup CI system