Skip to content

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 #70

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 #70

Workflow file for this run

---
name: Linters
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: ture
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}