Skip to content

merge queue: embarking main (b42ce6d) and #565 together #548

merge queue: embarking main (b42ce6d) and #565 together

merge queue: embarking main (b42ce6d) and #565 together #548

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@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose --timeout=15m