Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group #185

chore(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group

chore(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group #185

Workflow file for this run

name: Verify Docs
on:
pull_request:
merge_group:
jobs:
build:
name: Verify Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
make docs
if [ -n "$(git status --porcelain)" ]; then
echo "Run 'make docs' and push it"
exit 1
fi