Skip to content

Commit

Permalink
check that profiles are sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Oct 24, 2020
1 parent e71289d commit 807af3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
run: sudo apt-get install cppcheck
- name: cppcheck
run: cppcheck -q --force --error-exitcode=1 --enable=warning,performance .
profile-sort:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: check profiles
run: ./contrib/sort.py etc/*/{*.inc,*.net,*.profile}

0 comments on commit 807af3d

Please sign in to comment.