Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / .github / workflows / libcxx-check-generated-files.yml
blob570055624b2a8d40d94d9d5111c2ccada37ca983
1 name: "Check libc++ generated files"
2 on:
3   pull_request:
4     paths:
5       - 'libcxx/**'
7 permissions:
8   contents: read
10 jobs:
11   check_generated_files:
12     runs-on: ubuntu-latest
13     steps:
14       - name: Fetch LLVM sources
15         uses: actions/checkout@v4
17       - name: Install dependencies
18         uses: aminya/setup-cpp@v1
19         with:
20           clangformat: 17.0.1
21           ninja: true
23       - name: Check generated files
24         run: libcxx/utils/ci/run-buildbot check-generated-output