Skip to content

Buyback and Burn

Buyback and Burn #4174

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Go Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: golangci/[email protected]
with:
version: latest
args: --timeout 10m