aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 21:57:29 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 22:01:26 +0200
commit807af3dce05786f10747cc0938cc98af484c8e97 (patch)
treefbf60cd14ba61e1ba484a7edb88d0cfc3a71eea9 /.github/workflows
parentbump version to new development version 0.9.65 (diff)
downloadfirejail-807af3dce05786f10747cc0938cc98af484c8e97.tar.gz
firejail-807af3dce05786f10747cc0938cc98af484c8e97.tar.zst
firejail-807af3dce05786f10747cc0938cc98af484c8e97.zip
check that profiles are sorted
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5ee3d733d..56b38cb71 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,3 +43,9 @@ jobs:
43 run: sudo apt-get install cppcheck 43 run: sudo apt-get install cppcheck
44 - name: cppcheck 44 - name: cppcheck
45 run: cppcheck -q --force --error-exitcode=1 --enable=warning,performance . 45 run: cppcheck -q --force --error-exitcode=1 --enable=warning,performance .
46 profile-sort:
47 runs-on: ubuntu-20.04
48 steps:
49 - uses: actions/checkout@v2
50 - name: check profiles
51 run: ./contrib/sort.py etc/*/{*.inc,*.net,*.profile}