We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30d949 commit 8c150dbCopy full SHA for 8c150db
.github/workflows/check-translations.yml
@@ -22,3 +22,5 @@ jobs:
22
23
- name: Check translations
24
run: uv run scripts/check-translations.py --github
25
+ - name: Testing warning
26
+ run: echo "::warning title=Testing warnign::`date`"
scripts/check-translations.py
@@ -95,4 +95,5 @@ def main():
95
96
97
if __name__ == "__main__":
98
+ print('::warning title=Omitting due to errors::something whatever')
99
main()
0 commit comments