[AutoBump] Merge with fixes of f4943464 (Jan 18) (2) Needs onnx-mlir and torch-mlir bump #237
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-latest | |
| steps: | |
| - name: Fetch LLVM sources | |
| uses: actions/checkout@v4 | |
| - name: Install dependencies | |
| uses: aminya/setup-cpp@v1 | |
| with: | |
| clangformat: 17.0.1 | |
| ninja: true | |
| - name: Check generated files | |
| run: libcxx/utils/ci/run-buildbot check-generated-output |