From 09e0cca9a7b685e0109ae3af015110d99f713e34 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Wed, 16 Mar 2022 23:03:51 +0100 Subject: [PATCH] update CI github actions comment to mention docs validation Signed-off-by: Guillaume Lours --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8570822..57fe3dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code into the Go module directory uses: actions/checkout@v2 - - name: Validate go-mod is up-to-date and license headers + - name: Validate go-mod, license headers and docs are up-to-date run: make validate - name: Run golangci-lint