Skip to content

Commit 5803767

Browse files
committed
fix: Complete YAML syntax corrections in workflow files
1 parent 2c6d664 commit 5803767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable/_quality-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
if ! git diff --quiet; then
6363
git add .
6464
cat <<EOF > commit_msg.txt
65-
auto-fix: apply code quality fixes
65+
auto-fix: apply code quality fixes
6666
67-
- Applied cargo fmt formatting
68-
- Applied clippy suggestions
67+
- Applied cargo fmt formatting
68+
- Applied clippy suggestions
6969
EOF
7070
git commit -F commit_msg.txt
7171
git push

0 commit comments

Comments
 (0)