We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be65b5 commit 7a15e9dCopy full SHA for 7a15e9d
.circleci/config.yml
@@ -116,9 +116,9 @@ workflows:
116
- populate_cache:
117
requires:
118
- checkout_and_version
119
- - checkfmt:
120
- requires:
121
- - populate_cache
+ # - checkfmt:
+ # requires:
+ # - populate_cache
122
- compile_and_test:
123
124
- populate_cache
@@ -131,7 +131,7 @@ workflows:
131
context: CodacyAWS
132
133
- compile_and_test
134
- - checkfmt
+ # - checkfmt
135
- tag_version:
136
filters:
137
branches:
0 commit comments