From 319a005be7997b7a31c9232e15db9896a519bd37 Mon Sep 17 00:00:00 2001 From: Denis Averin <59285247+Denis-Averin@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:43:15 +0700 Subject: [PATCH] Optimize checkout (#100) --- .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 -