Skip to content

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

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

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

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
FORCE_COLOR: true
jobs:
Validations:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Validations"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run all validations
run: make pr-validations