Skip to content

Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 (#208) #199

Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 (#208)

Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 (#208) #199

Workflow file for this run

name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
# This will tell git to always run the pre-commit hook, even if the commit is a fast-forward
if: always()