aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-12-04 09:13:22 -0500
committerLibravatar GitHub <noreply@github.com>2023-12-04 09:13:22 -0500
commitd42228106718ee14f4c2f31cc24bc8f936daa156 (patch)
treeeaf15f53c8a20455a60b9a4951fc6b19dc885460 /.github
parentMerge pull request #6107 from kmk3/lutris-allow-mangohud (diff)
parentci: re-enable sort.py (diff)
downloadfirejail-d42228106718ee14f4c2f31cc24bc8f936daa156.tar.gz
firejail-d42228106718ee14f4c2f31cc24bc8f936daa156.tar.zst
firejail-d42228106718ee14f4c2f31cc24bc8f936daa156.zip
Merge pull request #6104 from kmk3/ci-enable-sort-py
ci: re-enable sort.py
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-profiles.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index b5490c944..0185376a4 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -43,10 +43,10 @@ jobs:
43 run: ./ci/printenv.sh 43 run: ./ci/printenv.sh
44 - run: python3 --version 44 - run: python3 --version
45 45
46# - name: sort.py 46 - name: sort.py
47# run: > 47 run: >
48# ./ci/check/profiles/sort.py 48 ./ci/check/profiles/sort.py
49# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 49 etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
50# Currently broken (see #5610) 50# Currently broken (see #5610)
51# - name: private-etc-always-required.sh 51# - name: private-etc-always-required.sh
52# run: > 52# run: >