Files
kyanos/validate-commit-msg.js
烈香 8d3173498f chore(workflow): add release workflow etc. (#61)
* add release workflow.
* add more arch and vendor btf support.
* add complete btf files embed support.
* add commitizen integration.
2024-10-20 11:31:10 +08:00

3 lines
81 B
JavaScript

'use strict';
module.exports = require('./lib/validateMessage').validateMessage;