Skip to content

fix(zealy): coins amount unit in zealy status command #554

fix(zealy): coins amount unit in zealy status command

fix(zealy): coins amount unit in zealy status command #554

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Vendor Go Modules
run: go mod vendor
- name: golangci-lint
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
make check