From 519656fb6b4609c9669d21876bf64eb1a085eab1 Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov Date: Thu, 2 Jul 2026 20:52:28 +0300 Subject: [PATCH] fix fetch submodule --- .github/workflows/check_pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_pull_request.yml b/.github/workflows/check_pull_request.yml index 2f5e025..ce8e780 100644 --- a/.github/workflows/check_pull_request.yml +++ b/.github/workflows/check_pull_request.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v6.0.2 with: fetch-depth: 0 + submodules: "true" ref: ${{ github.event.pull_request.head.sha }} - name: Run check run: make openapi/check/gitignore \ No newline at end of file