Skip to content

Commit 9dd8896

Browse files
committed
Add test to workflow
1 parent a763bd7 commit 9dd8896

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

workflow.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ def get_contrib_link(language: str) -> str | Literal[False]:
1818
language in pulling_from_transifex
1919
and 'https://explore.transifex.com/python-doc/python-newest/'
2020
)
21+
22+
23+
if __name__ == '__main__':
24+
for code in ('en', 'pl', 'ar', 'zh-cn', 'id'):
25+
print(f'{code}: {get_contrib_link(code)}')

0 commit comments

Comments
 (0)