Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.0.0 to 5.11.0 #38

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.0.0 to 5.11.0 #38

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Commitsar check
uses: docker://outillage/commitsar
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: docker://reviewdog/action-golangci-lint
with:
github_token: ${{ secrets.github_token }}