From c6b224e38d747cb1fe016da7f1ec823b23a614fa Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 25 Nov 2024 23:49:10 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9401def..e4aac3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,3 @@ jobs: flags: unittests name: codecov-umbrella fail_ci_if_error: true - - - name: Check formatting - run: | - if [ -n "$(gofmt -l .)" ]; then - echo "The following files are not formatted correctly:" - gofmt -l . - exit 1 - fi