mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Verify up-to-dateness of RuntimeEnum serializers on Actions
This commit is contained in:
parent
86d2ecfaff
commit
d09c45e362
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -180,6 +180,9 @@ jobs:
|
||||
- name: Regenerate KnownTranslation APIs
|
||||
run: php build/generate-known-translation-apis.php
|
||||
|
||||
- name: Regenerate RuntimeEnum(De)serializer
|
||||
run: php build/generate-runtime-enum-serializers.php
|
||||
|
||||
- name: Verify code is unchanged
|
||||
run: |
|
||||
git diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user