From: Zbigniew Jędrzejewski-Szmek Date: Fri, 1 Oct 2021 10:09:20 +0000 (+0200) Subject: github: use the same headers on yaml files X-Git-Tag: v250-rc1~577^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d6fcc09f6dd48e235ee5091dc2e60c6c074ff2;p=thirdparty%2Fsystemd.git github: use the same headers on yaml files Also adjust the mention of location of mkosi files, follow-up for d55ad7fe96eb1edf438a7a41a465723bd29d4b10. --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 76d67a3a5c0..0a1df922645 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,8 @@ +--- +# vi: ts=2 sw=2 et: +# name: "Pull Request Labeler" + on: - pull_request_target diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 115f5c7e0ea..f4e7f18d526 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,6 +1,6 @@ --- +# vi: ts=2 sw=2 et: # https://github.com/marketplace/actions/super-linter - name: Lint Code Base on: diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 6c601543608..5df3b60c99b 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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().