Skip to content

feat: add basic common code used in sdk and cometbft repos (#2) #2

feat: add basic common code used in sdk and cometbft repos (#2)

feat: add basic common code used in sdk and cometbft repos (#2) #2

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/**
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.2"
- name: Run Linter
run: make lint