We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9492985 commit 92c753eCopy full SHA for 92c753e
1 file changed
.github/workflows/pr-health-check.yml
@@ -34,11 +34,6 @@ jobs:
34
run: |
35
npm config set registry https://registry.npmjs.org
36
npm ci --verbose
37
-
38
- - name: Run commitlint on PR commits
39
- if: github.event_name == 'pull_request'
40
- run: |
41
- npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
42
43
# ***** YAML Linting steps are disabled for now *****
44
0 commit comments