Skip to content

Document how vapix example is affected by global proxy #438

Document how vapix example is affected by global proxy

Document how vapix example is affected by global proxy #438

Workflow file for this run

name: Lint Code Base
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
jobs:
test:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: cat .github/super-linter.env >> "$GITHUB_ENV"
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}