Skip to content

Commit

Permalink
chore: remove lint of commits in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jun 24, 2024
1 parent f43406e commit 2f52d6c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Validate current commit with commitlint
if: github.event_name == 'push'
run: pnpm commitlint --last --verbose

- name: Validate PR commits with commitlint
if: github.event_name == 'pull_request'
run: pnpm commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: Lint source code
run: pnpm lint

0 comments on commit 2f52d6c

Please sign in to comment.