Skip to content

DOC-13857 - Tutorial on how to detect AVX2 CPU Extension #75

DOC-13857 - Tutorial on how to detect AVX2 CPU Extension

DOC-13857 - Tutorial on how to detect AVX2 CPU Extension #75

name: Review Requested
on:
pull_request:
jobs:
vale:
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
with:
path: .
pull_request_number: ${{ github.event.number }}
base_sha: ${{ github.event.pull_request.base.sha }}
head_sha: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.repository }}
secrets: inherit