Skip to content

Commit 3565210

Browse files
committed
chore(deps): disable lint
1 parent dcb6da0 commit 3565210

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Install
2525
shell: bash
2626
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
27+
# - name: Commit lint
28+
# shell: bash
29+
# run: yarn commitlint --from=last-release
3030
- name: Lint
3131
run: yarn nx affected:lint --base=last-release
3232
- name: Build

0 commit comments

Comments
 (0)