Skip to content

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#91) #227

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#91)

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#91) #227

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --exclude="File is not \`gofmt\`-ed with \`-s\`"