aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
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