History log of /PHP-8.2/.github/actions/verify-generated-files/action.yml (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9be52dcd 12-Aug-2024 Ilija Tovilo

Fix git check in verify generated files (GH-15363)

Git 2.46.0 accidentally broke git diff --exit-code for files flagged with -diff.
Add the -a flag to restore the previous behavior. This

Fix git check in verify generated files (GH-15363)

Git 2.46.0 accidentally broke git diff --exit-code for files flagged with -diff.
Add the -a flag to restore the previous behavior. This issue is already fixed in
gits next branch.

show more ...


# 59d257d1 01-Aug-2022 Máté Kocsis

Declare ext/tokenizer constants in stubs (#9148)

# b5ab0e06 21-Jul-2022 Ilija Tovilo

Assert all test files are cleaned up in CI (#8977)

Closes GH-8427

# 2e404959 19-Jul-2022 Tim Düsterhus

Add scripts/dev/credits to 'verify-generated-files' action (#9049)

see 3292e54d8cce7134ace532ed265ca910491e6bf1

# 3f7ec69b 12-Jun-2022 Ilija Tovilo

Collapse more generated files in PRs (#8754)

* The generated VM files
* tokenizer_data.c

# 0c3b411c 01-Jun-2022 Máté Kocsis

Verify if generated func info is up-to-date

# 1dc6dba0 21-Apr-2022 Ilija Tovilo

Only check tracked files in verify-generated-files

# 36de002c 02-Apr-2022 Michael Voříšek

Verify generated files are up to date in CI

Closes GH-8295