aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-28 10:10:55 +0000
committerLibravatar GitHub <noreply@github.com>2023-04-28 10:10:55 +0000
commit7661bd8e8180b403bd4722cafde9acd28ee9f3f8 (patch)
treec3a5c3f90d9acddfce013b0e13c4a4e27d5d91f6 /.github/workflows/profile-checks.yml
parentelement-desktop: allow notifications in profile (#5805) (diff)
parentci: print env-related settings in each job (diff)
downloadfirejail-7661bd8e8180b403bd4722cafde9acd28ee9f3f8.tar.gz
firejail-7661bd8e8180b403bd4722cafde9acd28ee9f3f8.tar.zst
firejail-7661bd8e8180b403bd4722cafde9acd28ee9f3f8.zip
Merge pull request #5802 from kmk3/ci-format-improve
ci: formatting and misc improvements
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml22
1 files changed, 17 insertions, 5 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 64069f917..9d9e67fe6 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -34,12 +34,24 @@ jobs:
34 github.com:443 34 github.com:443
35 35
36 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 36 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
37 - name: print env
38 run: ./ci/printenv.sh
39 - run: python3 --version
40
37# - name: sort.py 41# - name: sort.py
38# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 42# run: >
43# ./ci/check/profiles/sort.py
44# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
39# Currently broken (see #5610) 45# Currently broken (see #5610)
40# - name: private-etc-always-required.sh 46# - 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 47# run: >
48# ./ci/check/profiles/private-etc-always-required.sh
49# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
42 - name: sort-disable-programs.sh 50 - name: sort-disable-programs.sh
43 run: ./ci/check/profiles/sort-disable-programs.sh etc/inc/disable-programs.inc 51 run: >
52 ./ci/check/profiles/sort-disable-programs.sh
53 etc/inc/disable-programs.inc
44 - name: sort-firecfg.config.sh 54 - name: sort-firecfg.config.sh
45 run: ./ci/check/profiles/sort-firecfg.config.sh src/firecfg/firecfg.config 55 run: >
56 ./ci/check/profiles/sort-firecfg.config.sh
57 src/firecfg/firecfg.config