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