Skip to content

refactor(cmd): get first account address from wallet as reward addres… #4023

refactor(cmd): get first account address from wallet as reward addres…

refactor(cmd): get first account address from wallet as reward addres… #4023

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.23.2'
- name: Checkout code
uses: actions/checkout@v4
- name: Installing golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Formatting and linting the project
run: make check