docs: Add indexing-with-v2-apis.adoc for V2 /update API endpoints #137
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Gradle Precommit | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' | |
| jobs: | |
| test: | |
| name: gradle check | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - uses: ./.github/actions/prepare-for-build | |
| - name: Run gradle check (without tests) | |
| run: ./gradlew check -x test -Ptask.times=true --continue | |
| - name: Validate Gradle wrapper | |
| uses: gradle/actions/wrapper-validation@v5 |