Skip to content

Merge branch 'main' into feat(internal)/add-profiling-support #59

Merge branch 'main' into feat(internal)/add-profiling-support

Merge branch 'main' into feat(internal)/add-profiling-support #59

Workflow file for this run

name: Lint
on:
pull_request:
push:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Download Go module dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
version: v1.61.0