Skip to content

Commit

Permalink
ci: add job 'lic-headers'
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 16, 2022
1 parent 68ce113 commit 3066042
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -9,6 +9,25 @@ env:

jobs:


lic-headers:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3

- run: >-
docker run
-v $(pwd):/wrk -w /wrk
ghcr.io/google/addlicense
-c 'The Cobra Authors'
-y '2013-2022'
-l apache
-ignore '.github/**'
-check
.
golangci-lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +47,7 @@ jobs:
version: latest
args: --verbose


test-unix:
strategy:
fail-fast: false
Expand Down Expand Up @@ -63,6 +83,7 @@ jobs:
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test


test-win:
name: MINGW64
defaults:
Expand Down

0 comments on commit 3066042

Please sign in to comment.