We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b49cd + cbe73a1 commit 37c22c4Copy full SHA for 37c22c4
.github/actions/verify-generated-files/action.yml
@@ -12,4 +12,5 @@ runs:
12
Zend/zend_vm_gen.php
13
ext/tokenizer/tokenizer_data_gen.php
14
build/gen_stub.php -f --generate-optimizer-info --verify
15
- git add . -N && git diff --exit-code
+ # Use the -a flag for a bug in git 2.46.0, which doesn't consider changed -diff files.
16
+ git add . -N && git diff -a --exit-code
0 commit comments