Skip to content

Commit

Permalink
ci: set style as an allowed commit prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 2, 2024
1 parent 25b9e02 commit aa2e37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commits-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
"ci",
"docs",
"chore",
"style"
];

const object = process.argv[2];
Expand Down

0 comments on commit aa2e37e

Please sign in to comment.