diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 05b6bace40..68225d683b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,5 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: "echo \"module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0], 'body-max-line-length': [0], 'footer-max-line-length': [0] }}\" > commitlint.config.js" - uses: wagoid/commitlint-github-action@v5 \ No newline at end of file