Skip to content

Commit

Permalink
chore(deps): disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoissonnet committed May 16, 2024
1 parent dcb6da0 commit 3565210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install
shell: bash
run: yarn install --frozen-lockfile --non-interactive --no-progress --prefer-offline
- name: Commit lint
shell: bash
run: yarn commitlint --from=last-release
# - name: Commit lint
# shell: bash
# run: yarn commitlint --from=last-release
- name: Lint
run: yarn nx affected:lint --base=last-release
- name: Build
Expand Down

0 comments on commit 3565210

Please sign in to comment.