mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Add CI step to check license headers
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
e749155839
commit
97a50f8d51
9 changed files with 98 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue