]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: wrap long run lines
authorBenjamin Drung <benjamin.drung@canonical.com>
Fri, 23 Jan 2026 16:38:36 +0000 (17:38 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 23 Jan 2026 20:51:26 +0000 (15:51 -0500)
Wrap the long run lines to make yamllint happy.

.github/workflows/daily-busybox-x64.yml
.github/workflows/daily-hostonlystrict.yml
.github/workflows/daily-mkosi-x64.yml
.github/workflows/daily-network-legacy.yml
.github/workflows/daily-omitsystemd.yml
.github/workflows/daily-systemd-networkd.yml
.github/workflows/integration.yml

index 247c6e34f46fb7afeec8342b13dfb9a3f2354ee4..18254f53838991fe3de4720419543c760d3285aa 100644 (file)
@@ -45,4 +45,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "TEST-${{ matrix.config.test }}"
-              run: TEST_CONTAINER_COMMAND="apk add ${{ matrix.config.deps }}" ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
+              run: >
+                TEST_CONTAINER_COMMAND="apk add ${{ matrix.config.deps }}"
+                ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
index 9d15f5538e30fac58e914db3b9b0584b50d1c278..2dbd9d3ec355a6eabff0dff7702f99ef889da12c 100644 (file)
@@ -51,4 +51,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: TEST_DRACUT_ARGS="--hostonly-mode strict" ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                TEST_DRACUT_ARGS="--hostonly-mode strict"
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
index ce87ee7676d111df7078d803910b39744b0bf2c4..1d4a6044dc760944116b7068a98956fd8024b26e 100644 (file)
@@ -36,4 +36,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "TEST-${{ matrix.config.test }}"
-              run: TEST_CONTAINER_COMMAND="zypper --non-interactive install ${{ matrix.config.deps }}" ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
+              run: >
+                TEST_CONTAINER_COMMAND="zypper --non-interactive install ${{ matrix.config.deps }}"
+                ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
index 52d1fc3e41a6cddf4cc6b2520a0029c6e3ba6b77..522b0901bb8785d1bc54a41b571cb3009194442d 100644 (file)
@@ -44,4 +44,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: USE_NETWORK=${{ matrix.network }} CONFIGURE_ARG='--enable-network-legacy' ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                USE_NETWORK=${{ matrix.network }} CONFIGURE_ARG='--enable-network-legacy'
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
index bd60d58856999ff0835fb4a8f9bcc67921b2df06..577a0e0f27504bef687bbba8da93abcb0b67f1fa 100644 (file)
@@ -44,4 +44,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: TEST_DRACUT_ARGS="--omit systemd" ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                TEST_DRACUT_ARGS="--omit systemd"
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
index a403869324995fc7a04b61a7728fd595905f0e65..5a236aafbb1581706d4bb8173736ec93823abcad 100644 (file)
@@ -47,4 +47,6 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                USE_NETWORK=${{ matrix.network }}
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
index 653f9a17a31b9bb300640185617a6eebf0d9125b..251e437da34b0890f614a7eaccbcadbdb57df86c 100644 (file)
@@ -197,7 +197,9 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                USE_NETWORK=${{ matrix.network }}
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     network-iscsi:
         needs: basic
         name: ${{ matrix.test }} on ${{ matrix.container }}
@@ -226,7 +228,9 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                USE_NETWORK=${{ matrix.network }}
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     network-nbd:
         needs: basic
         name: ${{ matrix.test }} on ${{ matrix.container }}
@@ -253,7 +257,9 @@ jobs:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+              run: >
+                USE_NETWORK=${{ matrix.network }}
+                ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     arm64:
         needs: basic
         name: ${{ matrix.test }} on ${{ matrix.container }} on arm64