Skip to content

Commit 53e8a63

Browse files
authored
Add Checks At the end
1 parent 9a14dfb commit 53e8a63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,14 @@ jobs:
5757
name: Vapecord.Public
5858
path: package/
5959

60+
- name: Check For Unused Text
61+
run: python3 CheckForUnusedText.py
6062

63+
- name: Check If Addresses Are Ported
64+
run: python3 CheckIfAddressesArePorted.py
6165

66+
- name: Check If Text Is Translated
67+
run: python3 CheckIfTextIsTranslated.py
6268

6369

6470

0 commit comments

Comments
 (0)