aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-10 20:36:31 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-24 23:29:28 -0300
commitfd59df07de66a3e20038f2949ad760b77f9999b4 (patch)
treef54ffb752f2db405c9fab3369ea797fef2330cb8 /.github/workflows/profile-checks.yml
parentci: simplify test steps in build.yml (diff)
downloadfirejail-fd59df07de66a3e20038f2949ad760b77f9999b4.tar.gz
firejail-fd59df07de66a3e20038f2949ad760b77f9999b4.tar.zst
firejail-fd59df07de66a3e20038f2949ad760b77f9999b4.zip
ci: line-wrap and split/join some commands
For increased readability. Note: `>` basically turns each newline into a space while `|` keeps newlines as is. Both remove leading indentation. Note2: On jobs using `apt-get install`, this commit moves package names to their own line, to make it easier to compare which packages are being installed across such jobs.
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml18
1 files changed, 13 insertions, 5 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 64069f917..4981b3c69 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -35,11 +35,19 @@ jobs:
35 35
36 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 36 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
37# - name: sort.py 37# - name: sort.py
38# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 38# run: >
39# ./ci/check/profiles/sort.py
40# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
39# Currently broken (see #5610) 41# Currently broken (see #5610)
40# - name: private-etc-always-required.sh 42# - name: private-etc-always-required.sh
41# run: ./ci/check/profiles/private-etc-always-required.sh etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 43# run: >
44# ./ci/check/profiles/private-etc-always-required.sh
45# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
42 - name: sort-disable-programs.sh 46 - name: sort-disable-programs.sh
43 run: ./ci/check/profiles/sort-disable-programs.sh etc/inc/disable-programs.inc 47 run: >
48 ./ci/check/profiles/sort-disable-programs.sh
49 etc/inc/disable-programs.inc
44 - name: sort-firecfg.config.sh 50 - name: sort-firecfg.config.sh
45 run: ./ci/check/profiles/sort-firecfg.config.sh src/firecfg/firecfg.config 51 run: >
52 ./ci/check/profiles/sort-firecfg.config.sh
53 src/firecfg/firecfg.config