Skip to content

chore(deps): update docker.io/library/golang:1.21.11-alpine docker di… #14125

chore(deps): update docker.io/library/golang:1.21.11-alpine docker di…

chore(deps): update docker.io/library/golang:1.21.11-alpine docker di… #14125

Workflow file for this run

name: Check pull request commits
on:
push:
pull_request:
jobs:
checkpatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- name: Run checkpatch.pl
uses: docker://quay.io/cilium/cilium-checkpatch:2f0f4f512e795d5668ea4e7ef0ba85abc75eb225@sha256:f307bf0315954e8b8c31edc1864d949bf211b0c6522346359317d757b5a6cea0
with:
args: "-- --ignore PREFER_DEFINED_ATTRIBUTE_MACRO,C99_COMMENTS,OPEN_ENDED_LINE,PREFER_KERNEL_TYPES,REPEATED_WORD,SPDX_LICENSE_TAG,LONG_LINE,LONG_LINE_STRING,LONG_LINE_COMMENT,TRACE_PRINTK"