Skip to content

merge queue: embarking main (b3504b0), #908, #910 and #911 together #1638

merge queue: embarking main (b3504b0), #908, #910 and #911 together

merge queue: embarking main (b3504b0), #908, #910 and #911 together #1638

Workflow file for this run

---
name: golangci-lint
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
args: --verbose --timeout=15m