Skip to content

[DO NOT MERGE] Code review #89

[DO NOT MERGE] Code review

[DO NOT MERGE] Code review #89

Workflow file for this run

name: ci-go-lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- "**/*.go"
- "**/go.mod"
- .github/workflows/*
permissions:
contents: read
actions: write
jobs:
ci-go-lint:
runs-on: warp-ubuntu-latest-arm64-2x
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=10m