]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: address new yamllint warnings and errors
authorBenjamin Drung <benjamin.drung@canonical.com>
Thu, 21 Nov 2024 14:26:37 +0000 (15:26 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 21 Nov 2024 14:47:56 +0000 (09:47 -0500)
Address all warnings and errors from yamllint except some of the
line-length warnings:

```
yamllint -d "{extends: default, rules: {line-length: {max: 203}}}"  .
```

Fixes: be7e87fbb7d7 ("feat(systemd-emergency): install rescue and emergency targets")
Fixes: fa194671663d ("ci: reenable test 70 (only on openSUSE)")
.github/labeler.yml
.github/workflows/integration.yml

index 7f7669b5d10ef293d6e154826c50c127a737c607..838f2fb8eff0d6085ad2a690b49163cc9a5686eb 100644 (file)
@@ -189,7 +189,7 @@ systemd-veritysetup:
 
 systemd-emergency:
   - changed-files:
-    - any-glob-to-any-file: 'modules.d/[0-9][0-9]systemd-emergency/*'
+      - any-glob-to-any-file: 'modules.d/[0-9][0-9]systemd-emergency/*'
 
 caps:
   - changed-files:
index d18aa4cd880a888f634beafcca793bbb8c7de880..f481baf734859a721819ebf637876b570e83579b 100644 (file)
@@ -230,9 +230,9 @@ jobs:
                 test:
                     - "70"
                 include:
-                  - # on openSUSE run tests with network-legacy
-                    container: "opensuse"
-                    network: "network-legacy"
+                    # on openSUSE run tests with network-legacy
+                    container: "opensuse"
+                      network: "network-legacy"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}
             options: '--device=/dev/kvm'