Skip to content

Build otel into evmd docker image (#125) #353

Build otel into evmd docker image (#125)

Build otel into evmd docker image (#125) #353

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
pull_request:
merge_group:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.25'
- uses: actions/checkout@v4
- run: |
go mod tidy
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
only-new-issues: true
args: --timeout=5m