Skip to content

feat: Adding ping command, usage docs and release utils (#98) #39

feat: Adding ping command, usage docs and release utils (#98)

feat: Adding ping command, usage docs and release utils (#98) #39

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.1'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54