Remove deprecated/removed clang-tidy key AnalyzeTemporaryDtors (#1614… #152
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: cmake | |
| on: [check_run, push, pull_request] | |
| jobs: | |
| cmake-publish: | |
| runs-on: ${{ matrix.os }} | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| os: [ubuntu-latest, windows-latest, macos-latest] | |
| steps: | |
| - name: checkout project | |
| uses: actions/checkout@v4 | |
| - name: build project | |
| uses: threeal/cmake-action@v2.0.0 | |