Skip to content

Commit 79f8413

Browse files
clydinhansl
authored andcommitted
revert: ci: add precise commits code formatting check
This reverts commit f204910.
1 parent eca5dc3 commit 79f8413

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
steps:
8686
- attach_workspace: *attach_options
8787
- run: npm run validate -- --ci
88-
- run:
89-
name: Validate Code Formatting
90-
command: |
91-
if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then
92-
yarn run precise-commits --check-only --head=$CIRCLE_SHA1 --base=$(git merge-base HEAD $CIRCLE_BRANCH)
93-
fi
9488

9589
test:
9690
<<: *defaults

0 commit comments

Comments
 (0)