We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6d664 commit 5803767Copy full SHA for 5803767
.github/workflows/reusable/_quality-checks.yml
@@ -62,10 +62,10 @@ jobs:
62
if ! git diff --quiet; then
63
git add .
64
cat <<EOF > commit_msg.txt
65
-auto-fix: apply code quality fixes
+ auto-fix: apply code quality fixes
66
67
-- Applied cargo fmt formatting
68
-- Applied clippy suggestions
+ - Applied cargo fmt formatting
+ - Applied clippy suggestions
69
EOF
70
git commit -F commit_msg.txt
71
git push
0 commit comments