gitea workflow fix 5: remove cargo fmt
Some checks failed
Build the release program / Cargo build release (push) Failing after 41s

This commit is contained in:
2025-11-09 23:31:14 +02:00
parent c67d2ab55a
commit c6eadc3e02
2 changed files with 0 additions and 4 deletions

View File

@@ -19,9 +19,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check
- name: Run linter
run: cargo clippy -- -D warnings

View File

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