Skip to content

Bump github.com/cli/go-gh/v2 from 2.5.0 to 2.6.0 #85

Bump github.com/cli/go-gh/v2 from 2.5.0 to 2.6.0

Bump github.com/cli/go-gh/v2 from 2.5.0 to 2.6.0 #85

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
- run: go build -v ./...
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}