diff options
author | kylo252 <[email protected]> | 2021-10-17 10:12:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-17 10:12:27 +0200 |
commit | 0744e9a5e9e6795ac7e3a7f2f41f89932360b57a (patch) | |
tree | e25cf5cf535958f5b2d2c624cb79f9bf0f32c451 /.github/workflows/commitlint.config.js | |
parent | ee90075ef62ac122f8add05857f35e0e56d493d2 (diff) |
chore: fix minimal_lsp.lua (#1793)
Diffstat (limited to '.github/workflows/commitlint.config.js')
-rw-r--r-- | .github/workflows/commitlint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/commitlint.config.js b/.github/workflows/commitlint.config.js index 2bc8d493..06cc7866 100644 --- a/.github/workflows/commitlint.config.js +++ b/.github/workflows/commitlint.config.js @@ -20,6 +20,7 @@ module.exports = { "always", [ "build", + "chore", "ci", "docs", "feat", |