diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 21fd9875..834208bd 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -14,11 +14,17 @@ jobs: quality-gate: name: Build, Lint & Test runs-on: ubuntu-latest - + steps: - name: Checkout code uses: actions/checkout@v4 + - name: Checkout Pezkuwi-SDK (for docs generation) + uses: actions/checkout@v4 + with: + repository: pezkuwichain/pezkuwi-sdk + path: Pezkuwi-SDK + - name: Setup Node.js uses: actions/setup-node@v4 with: