Skip to content

chore: Improve Tool's Output for Better User Visibility and unify CLI output library #36

chore: Improve Tool's Output for Better User Visibility and unify CLI output library

chore: Improve Tool's Output for Better User Visibility and unify CLI output library #36

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.19'
- name: Clone the code
uses: actions/checkout@v4
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2