From 4ccdd37b2ee0c613913ba6c7cb525203b5814a28 Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Tue, 30 Apr 2024 00:42:02 +0700 Subject: [PATCH] Optimize checkout --- .github/workflows/check-codegen.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/check-codegen.yml b/.github/workflows/check-codegen.yml index 0d73f3c..c1e443f 100644 --- a/.github/workflows/check-codegen.yml +++ b/.github/workflows/check-codegen.yml @@ -37,8 +37,5 @@ jobs: needs: [check-submodules] steps: - uses: actions/checkout@v4 - with: - submodules: recursive - - name: Check existing swagger specification is up-to-date run: curl https://api.aspose.cloud/v3.0/barcode/swagger/spec | diff --strip-trailing-cr -y --suppress-common-lines spec/aspose-barcode-cloud.json -