@codfish/actions-playground 0.0.0-PR-58--6f89e69 → 0.0.0-PR-58--7600b47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20,8 +20,9 @@ jobs:
|
|
|
20
20
|
- name: install commitlint deps
|
|
21
21
|
run: npm install @commitlint/{cli,config-conventional}
|
|
22
22
|
|
|
23
|
-
- name: create commitlint config
|
|
24
|
-
run:
|
|
23
|
+
- name: create commitlint config without yaml errors
|
|
24
|
+
run: |
|
|
25
|
+
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
|
|
25
26
|
|
|
26
27
|
- run: |
|
|
27
28
|
echo "${{ github.event.pull_request.title }}" | commitlint
|
package/package.json
CHANGED