Skip to content

Commit 92c753e

Browse files
committed
[PETOSS-829] removed linter as its now a seperate action
1 parent 9492985 commit 92c753e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/pr-health-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
run: |
3535
npm config set registry https://registry.npmjs.org
3636
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
4237
4338
# ***** YAML Linting steps are disabled for now *****
4439

0 commit comments

Comments
 (0)