Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 #118

chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0

chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 #118

Workflow file for this run

name: reviewdog
on:
push:
tags:
- "*"
branches:
- "*"
pull_request:
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
tool_name: "golangci-lint-github-check"
reporter: "github-check"