Skip to content

Commit

Permalink
chore(workflows): skip commit message linting [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jul 25, 2024
1 parent 9a830d8 commit 5a2e233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- name: Lint commit messages 🗂️
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
# - name: Lint commit messages 🗂️
# run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- name: Lint TS and CSS 🎨
run: npm run lint

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Lint TS and CSS 🎨
run: npm run lint

- name: Lint commit messages 🗂️
run: npx commitlint --from HEAD~1 --to HEAD
# - name: Lint commit messages 🗂️
# run: npx commitlint --from HEAD~1 --to HEAD

- name: Run tests 📋
run: npm run test:ci
Expand Down

0 comments on commit 5a2e233

Please sign in to comment.