update CI github actions comment to mention docs validation

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-03-16 23:03:51 +01:00 committed by Nicolas De loof
parent bf26cbd498
commit 09e0cca9a7
1 changed files with 1 additions and 1 deletions

View File

@ -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