Skip to content

[BLADE-97] Refactor tx signer #1084

[BLADE-97] Refactor tx signer

[BLADE-97] Refactor tx signer #1084

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
pull_request:
workflow_call: {}
workflow_dispatch: {}
jobs:
golangci_lint:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5.0.0
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v4.1.1
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose