Skip to content

Fix broken pytest attach and use less mbufs #779

Fix broken pytest attach and use less mbufs

Fix broken pytest attach and use less mbufs #779

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