Skip to content

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #65

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #65

name: Lint and Test
on:
push:
branches-ignore:
- master
- main
- gh-pages
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Run GolangCI-Lint
uses: golangci/[email protected]
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- run: go test ./...