github: use the same headers on yaml files

Also adjust the mention of location of mkosi files,
follow-up for d55ad7fe96.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-10-01 12:09:20 +02:00
parent d8aaa71699
commit 43d6fcc09f
3 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,8 @@
---
# vi: ts=2 sw=2 et:
#
name: "Pull Request Labeler"
on:
- pull_request_target

View file

@ -1,6 +1,6 @@
---
# vi: ts=2 sw=2 et:
# https://github.com/marketplace/actions/super-linter
name: Lint Code Base
on:

View 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().