gitea workflow fix 5: remove cargo fmt
Some checks failed
Build the release program / Cargo build release (push) Failing after 41s
Some checks failed
Build the release program / Cargo build release (push) Failing after 41s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
pub trait ToHtml {
|
||||
fn to_html(self) -> String;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user