Add CI step to check license headers

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2020-08-17 15:18:47 +02:00
parent e749155839
commit 97a50f8d51
9 changed files with 98 additions and 0 deletions

View file

@ -18,6 +18,9 @@ jobs:
- name: Checkout code into the Go module directory
uses: actions/checkout@v2
- name: Validate license headers
run: make validate
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.30.0