added test workflow

This commit is contained in:
2025-11-10 00:15:26 +02:00
parent dbaa2feb48
commit c10ad0f6a6
2 changed files with 22 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
pub trait ToHtml {
fn to_html(self) -> String;
}