Skip to content

Add gas bumping txmgr (#284) #896

Add gas bumping txmgr (#284)

Add gas bumping txmgr (#284) #896

Workflow file for this run

name: lint
on:
push:
branches:
- dev
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install go 1.21
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout 3m