Skip to content

Merge pull request #18 from anIcedAntFA/v2-cobra-migration #84

Merge pull request #18 from anIcedAntFA/v2-cobra-migration

Merge pull request #18 from anIcedAntFA/v2-cobra-migration #84

Workflow file for this run

name: Lint
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
golangci-lint:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
args: --timeout=5m