Skip to content

Commit

Permalink
chore: allow test prefix on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 3, 2024
1 parent 4706ccc commit ea24472
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 @@ -15,6 +15,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
"docs",
"chore",
"style",
"test",
];

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

0 comments on commit ea24472

Please sign in to comment.