mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove commit lint from pull requests (#7957)
This commit is contained in:
parent
96c3f943b2
commit
09ff56b7a8
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -50,6 +50,11 @@ jobs:
|
||||
npm run ensure-correct-devtools-protocol-revision
|
||||
npm run test-types-file
|
||||
|
||||
- name: Run commit lint
|
||||
run: |
|
||||
npm run commitlint
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
- name: Run unit tests
|
||||
uses: nick-invision/retry@v2
|
||||
env:
|
||||
|
@ -26,7 +26,7 @@
|
||||
"commitlint": "commitlint --from=HEAD~1",
|
||||
"markdownlint": "prettier --check **/README.md docs/troubleshooting.md",
|
||||
"markdownlint-fix": "prettier --write **/README.md docs/troubleshooting.md",
|
||||
"lint": "npm run eslint && npm run build && npm run doc && npm run commitlint && npm run markdownlint",
|
||||
"lint": "npm run eslint && npm run build && npm run doc && npm run markdownlint",
|
||||
"doc": "node utils/doclint/cli.js",
|
||||
"clean-lib": "rimraf lib",
|
||||
"build": "npm run tsc && npm run generate-d-ts",
|
||||
|
Loading…
Reference in New Issue
Block a user