Skip to content

Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 in /test/integration/containerd #1641

Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 in /test/integration/containerd

Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 in /test/integration/containerd #1641

Workflow file for this run

name: helm
on:
pull_request:
permissions:
contents: read
defaults:
run:
shell: bash
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
with:
go-version-file: go.mod
- name: Run helm-docs
run: make helm-docs
- name: Check if working tree is dirty
run: |
if [[ $(git diff --stat) != '' ]]; then
git diff
echo 'run make helm-docs and commit changes'
exit 1
fi