Add cmake script to CI check pipeline

This commit is contained in:
Bart Thomee
2025-11-01 13:19:05 -04:00
parent b516a17cac
commit 45dd129f83

View File

@@ -23,6 +23,8 @@ jobs:
run: .github/scripts/rename/definitions.sh .
- name: Check copyright notices
run: .github/scripts/rename/copyright.sh .
- name: Check CMake configs
run: .github/scripts/rename/cmake.sh .
- name: Check for differences
env:
MESSAGE: |