We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30261 commit 21bbc1cCopy full SHA for 21bbc1c
.github/workflows/build.yaml
@@ -215,11 +215,12 @@ jobs:
215
# Exclude all files under "third_party/"
216
files-ignore: |
217
third_party/
218
+
219
- name: Clang-tidy validation
220
# NOTE: clang-tidy crashes on CodegenDataModel_Write due to Nullable/std::optional check.
221
# See https://github.com/llvm/llvm-project/issues/97426
222
env:
- ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
223
+ ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.changed_files }}
224
run: |
225
touch out/changed_files.txt
226
for file in ${ALL_CHANGED_FILES}; do
0 commit comments