We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115b3c6 commit c3c521fCopy full SHA for c3c521f
2 files changed
.github/workflows/testing.yml
@@ -37,3 +37,11 @@ jobs:
37
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v3
40
+
41
+ commitlint:
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - uses: actions/checkout@v3
45
+ with:
46
+ fetch-depth: 0
47
+ - uses: wagoid/commitlint-github-action@v5
commitlint.config.js
@@ -0,0 +1 @@
1
+module.exports = {extends: ['@commitlint/config-conventional']}
0 commit comments