Document how vapix example is affected by global proxy #305
This file contains 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: Documentation checks | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
test: | |
name: Documentation checks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: docker/setup-buildx-action@v3 | |
- name: Verify that device URLs are consistent | |
if: always() | |
run: | | |
.github/custom-linters/lint-device-urls.sh | |
- name: Verify that the docs don't have links to wrong SDK format | |
if: always() | |
run: | | |
.github/custom-linters/lint-acap-version-urls.sh |