diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4a7beab..b42a5ba 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -51,4 +51,4 @@ jobs: run: cargo fmt --check --all-features - name: Run clippy - run: cargo clippy --all-features -- -D warnings + run: cargo clippy --all-features -- -D warnings \ No newline at end of file