We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb6da0 commit 3565210Copy full SHA for 3565210
1 file changed
.github/workflows/release.yml
@@ -24,9 +24,9 @@ jobs:
24
- name: Install
25
shell: bash
26
run: yarn install --frozen-lockfile --non-interactive --no-progress --prefer-offline
27
- - name: Commit lint
28
- shell: bash
29
- run: yarn commitlint --from=last-release
+# - name: Commit lint
+# shell: bash
+# run: yarn commitlint --from=last-release
30
- name: Lint
31
run: yarn nx affected:lint --base=last-release
32
- name: Build
0 commit comments