diff --git a/.github/workflows/conventional-commits-lint.js b/.github/workflows/conventional-commits-lint.js index c372194d..48927457 100644 --- a/.github/workflows/conventional-commits-lint.js +++ b/.github/workflows/conventional-commits-lint.js @@ -14,6 +14,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [ "ci", "docs", "chore", + "style" ]; const object = process.argv[2];