PS-11232 [Docs] Add DISTANCE() function for VECTOR data type 9.7 #352
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: Linkspector | |
| on: | |
| pull_request: | |
| paths: | |
| - "docs/**" | |
| jobs: | |
| check-links: | |
| name: linkspector | |
| runs-on: ubuntu-22.04 | |
| if: ${{ github.actor != 'dependabot[bot]' }} | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| - name: Run linkspector | |
| uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261 # v1.2.5 | |
| with: | |
| github_token: ${{ secrets.ROBOT_TOKEN || secrets.GITHUB_TOKEN }} | |
| reporter: github-pr-review | |
| fail_level: error | |
| filter_mode: nofilter | |
| config_file: docs/.linkspector.yml |