chore: bump CPM.cmake to version 0.42.0 (#234) #95
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| check-project: | |
| name: Check Project | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/[email protected] | |
| - name: Configure Project | |
| uses: threeal/[email protected] | |
| with: | |
| options: ERRORS_ENABLE_TESTS=ON | |
| run-build: false | |
| - name: Check Format | |
| run: | | |
| cmake --build build --target format-all | |
| git diff --exit-code HEAD |