From 0e0a56d98b39526c49915463e48a51f03a436be1 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 11 Jun 2025 14:55:19 +0200 Subject: [PATCH] Remove format-text/format-shell from CircleCI --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2eea826b..900b4660 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -643,12 +643,6 @@ jobs: - run: name: Lint command: yarn lint - - run: - name: Format text - command: yarn format-text - - run: - name: Format shell scripts - command: yarn format-shell faucet-docker: docker: - image: cimg/go:1.17.8