Skip to content

chore!: upgrade main to SDK v0.50.x #6985

chore!: upgrade main to SDK v0.50.x

chore!: upgrade main to SDK v0.50.x #6985

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
- feat/*
pull_request:
merge_group:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: Gaia-Runner-medium
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
- uses: actions/checkout@v4
- name: run linting
if: env.GIT_DIFF
run: |
make lint