Skip to content

allow VM to talk to a co-locating server via a private load balancer #474

allow VM to talk to a co-locating server via a private load balancer

allow VM to talk to a co-locating server via a private load balancer #474

Workflow file for this run

name: checkpatch
on:
pull_request_target:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'test/**'
- 'hack/**'
- 'config/**'
- 'code_check/**'
workflow_dispatch:
jobs:
checkpatch:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- name: Run checkpatch download
continue-on-error: true
run: |
./code_check/check.sh -d >/dev/null 2>&1
- name: Run checkpatch
run: ./code_check/check.sh -t check