ci/lint: enabling goheader linter ensuring the existance of a license header in go files (#593)

Signed-off-by: Alex Snast <alexsn@fb.com>
This commit is contained in:
Alex Snast
2020-07-07 15:36:09 +03:00
committed by GitHub
parent ba9581cd77
commit 7df2e02343
819 changed files with 825 additions and 819 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Run linters
uses: golangci/golangci-lint-action@v1
with:
version: v1.27
version: v1.28
unit:
runs-on: ubuntu-latest