Skip to content

feat: use ChainNodeEndpoint in namespace fund if specified (#38) #178

feat: use ChainNodeEndpoint in namespace fund if specified (#38)

feat: use ChainNodeEndpoint in namespace fund if specified (#38) #178

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0