[libc++][concepts] P2404R3: Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with #12750
Workflow file for this run
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 libc++ generated files" | |
| on: | |
| pull_request: | |
| paths: | |
| - 'libcxx/**' | |
| permissions: | |
| contents: read | |
| jobs: | |
| check_generated_files: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Fetch LLVM sources | |
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| - name: Install dependencies | |
| uses: aminya/setup-cpp@17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1 | |
| with: | |
| clangformat: 17.0.1 | |
| ninja: true | |
| - name: Check generated files | |
| run: libcxx/utils/ci/run-buildbot check-generated-output |