1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-18 03:23:57 +08:00

revert: ci: add precise commits code formatting check

This reverts commit f2049109a920a13a1da1faadf20889024f8890b0.
This commit is contained in:
Charles Lyding 2019-03-05 15:50:21 -05:00 committed by Hans
parent eca5dc322f
commit 79f8413ddc

@ -85,12 +85,6 @@ jobs:
steps:
- attach_workspace: *attach_options
- run: npm run validate -- --ci
- run:
name: Validate Code Formatting
command: |
if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then
yarn run precise-commits --check-only --head=$CIRCLE_SHA1 --base=$(git merge-base HEAD $CIRCLE_BRANCH)
fi
test:
<<: *defaults