We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569ce93 commit 4f5c0edCopy full SHA for 4f5c0ed
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
steps:
121
- name: Check for llvm version mismatches
122
if: ${{ contains(matrix.compiler, 'llvm') && !contains(matrix.compiler, env.CLANG_TIDY_VERSION) }}
123
- uses: actions/github-script@v3
+ uses: actions/github-script@v7
124
with:
125
script: |
126
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')
0 commit comments