mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
revert: ci: add precise commits code formatting check
This reverts commit f2049109a920a13a1da1faadf20889024f8890b0.
This commit is contained in:
parent
eca5dc322f
commit
79f8413ddc
@ -85,12 +85,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- attach_workspace: *attach_options
|
- attach_workspace: *attach_options
|
||||||
- run: npm run validate -- --ci
|
- 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:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user