mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
d8aaa71699
commit
43d6fcc09f
4
.github/workflows/labeler.yml
vendored
4
.github/workflows/labeler.yml
vendored
@ -1,4 +1,8 @@
|
||||
---
|
||||
# vi: ts=2 sw=2 et:
|
||||
#
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
|
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
# vi: ts=2 sw=2 et:
|
||||
# https://github.com/marketplace/actions/super-linter
|
||||
|
||||
name: Lint Code Base
|
||||
|
||||
on:
|
||||
|
7
.github/workflows/mkosi.yml
vendored
7
.github/workflows/mkosi.yml
vendored
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user