Skip to content

Adjust to golangci-lint 2.7.1 #6417

Adjust to golangci-lint 2.7.1

Adjust to golangci-lint 2.7.1 #6417

Workflow file for this run

---
name: Cross-Build Checks
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
permissions: {}
jobs:
cross:
name: Cross-Build
if: |
(github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft'))
&& github.event.pull_request.state == 'open'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Build all supported binaries
run: make build-cross