Skip to content

Commit

Permalink
ci: format conventional commit files
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Aug 11, 2024
1 parent fa69555 commit 89ecea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ if (failed) {
process.exit(1);
}

process.exit(0);
process.exit(0);
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
node .github/workflows/conventional-commits-lint.js push <<EOF
${{ toJSON(github.event) }}
EOF
EOF

0 comments on commit 89ecea6

Please sign in to comment.