Skip to content

fix(axelarnet)!: use AxelarIBCAccount when retry #7451

fix(axelarnet)!: use AxelarIBCAccount when retry

fix(axelarnet)!: use AxelarIBCAccount when retry #7451

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v2
with:
go-version: 1.23
- name: Checkout code
uses: actions/checkout@v4
- name: Install golangci-lint
run: make prereqs
- name: Go Lint
run: make lint
- name: Proto lint
run: make proto-lint