]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: use the same headers on yaml files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Oct 2021 10:09:20 +0000 (12:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Oct 2021 12:45:00 +0000 (14:45 +0200)
Also adjust the mention of location of mkosi files,
follow-up for d55ad7fe96eb1edf438a7a41a465723bd29d4b10.

.github/workflows/labeler.yml
.github/workflows/linter.yml
.github/workflows/mkosi.yml

index 76d67a3a5c0ba55b1cfea13530d604ad85fa9abc..0a1df9226458b16134dbf489e6b01971107c02b4 100644 (file)
@@ -1,4 +1,8 @@
+---
+# vi: ts=2 sw=2 et:
+#
 name: "Pull Request Labeler"
+
 on:
 - pull_request_target
 
index 115f5c7e0ea3f8aeb2b48811f2a2f588a994f1cb..f4e7f18d526b93bdb2c4a0ad7ba184202ce8ce02 100644 (file)
@@ -1,6 +1,6 @@
 ---
+# vi: ts=2 sw=2 et:
 # https://github.com/marketplace/actions/super-linter
-
 name: Lint Code Base
 
 on:
index 6c6015436085eda7ad4a47a032cbc01417f5d15d..5df3b60c99b6a77adc54b451ea733c707c762ec0 100644 (file)
@@ -1,7 +1,8 @@
+---
+# vi: ts=2 sw=2 et:
+# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in mkosi.default.d/.
 name: mkosi
 
-# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in .mkosi.
-
 on:
   push:
     branches:
@@ -31,7 +32,7 @@ jobs:
       run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2
 
     - name: Configure
-      run: echo -e "[Distribution]\nDistribution=${{ matrix.distro }}\n" > mkosi.default
+      run: echo -e "[Distribution]\nDistribution=${{ matrix.distro }}\n" >mkosi.default
 
     # Ubuntu's systemd-nspawn doesn't support faccessat2() syscall, which is
     # required, since current Arch's glibc implements faccessat() via faccessat2().