Skip to content

VNF functions refactor #784

VNF functions refactor

VNF functions refactor #784

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:
labels: self-hosted
group: organization/default
steps:
- uses: actions/checkout@v4
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