Use cmake-format on all cmake files

This commit is contained in:
Magne Sjaastad
2021-08-26 19:46:38 +02:00
committed by GitHub
parent 49fa169db8
commit b78cf3a4bb
76 changed files with 3414 additions and 3778 deletions

View File

@@ -6,7 +6,7 @@ jobs:
cmake-format-job:
runs-on: ubuntu-latest
steps:
- name: Install cmakelang for cmake-format
- name: Install cmakelang for cmake-format
run: |
python3 -m pip install --user cmakelang
- uses: actions/checkout@v2
@@ -16,6 +16,7 @@ jobs:
cd ApplicationLibCode
find -name CMake*.txt | xargs ~/.local/bin/cmake-format -c ${{ github.workspace }}/cmake/cmake-format.py -i
find -name CMake*.cmake | xargs ~/.local/bin/cmake-format -c ${{ github.workspace }}/cmake/cmake-format.py -i
cd ..
cd ApplicationExeCode