Skip to content

Commit 7a15e9d

Browse files
committed
Temporarly remove checkfmt
1 parent 2be65b5 commit 7a15e9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ workflows:
116116
- populate_cache:
117117
requires:
118118
- checkout_and_version
119-
- checkfmt:
120-
requires:
121-
- populate_cache
119+
# - checkfmt:
120+
# requires:
121+
# - populate_cache
122122
- compile_and_test:
123123
requires:
124124
- populate_cache
@@ -131,7 +131,7 @@ workflows:
131131
context: CodacyAWS
132132
requires:
133133
- compile_and_test
134-
- checkfmt
134+
# - checkfmt
135135
- tag_version:
136136
filters:
137137
branches:

0 commit comments

Comments
 (0)