diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d9b5eee..e66fee8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Format project with rustfmt run: | # Run format or exit if not required - #cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0 + cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0 cargo fmt --all --verbose # Check for format loop