@codfish/actions-playground 0.0.0-PR-58--bcde1cb → 0.0.0-PR-58--db23842
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.
|
@@ -18,12 +18,12 @@ jobs:
|
|
|
18
18
|
node-version: 20
|
|
19
19
|
|
|
20
20
|
- name: install commitlint deps
|
|
21
|
-
run: npm install @commitlint/{cli,config-
|
|
21
|
+
run: npm install @commitlint/{cli,config-angular}
|
|
22
22
|
|
|
23
|
-
# todo: loosen restrictions set in @commitlint/config-
|
|
23
|
+
# todo: loosen restrictions set in @commitlint/config-angular to allow for more flexibility
|
|
24
24
|
- name: create commitlint config without yaml errors
|
|
25
25
|
run: |
|
|
26
|
-
echo "module.exports = {extends: ['@commitlint/config-
|
|
26
|
+
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
|
|
27
27
|
|
|
28
28
|
- name: Validate PR title
|
|
29
29
|
run: |
|
package/package.json
CHANGED