Skip to content

Document how vapix example is affected by global proxy #305

Document how vapix example is affected by global proxy

Document how vapix example is affected by global proxy #305

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