CI: Replace cmake-format with gersemi for CMake file format checks

This commit is contained in:
PatTheMav
2024-06-11 15:22:26 +02:00
committed by Ryan Foster
parent 5c7b1c3ed3
commit 19d3e30a3a
6 changed files with 175 additions and 93 deletions

View File

@@ -26,15 +26,15 @@ jobs:
with:
failCondition: error
cmake-format:
gersemi:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: cmake-format Check 🎛️
id: cmake-format
uses: ./.github/actions/run-cmake-format
- name: gersemi Check 🎛️
id: gersemi
uses: ./.github/actions/run-gersemi
with:
failCondition: error