Skip to content

Commit

Permalink
feat: enable --check flag of addlicense (#1135)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Doğukan Tuna <dogukan.tuna@trendyol.com>
Co-authored-by: Mert Bilgiç <mert.bilgic@trendyol.com>
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com>

Co-authored-by: Doğukan Tuna <dogukan.tuna@trendyol.com>
Co-authored-by: Mert Bilgiç <mert.bilgic@trendyol.com>
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com>
  • Loading branch information
4 people committed Dec 6, 2021
1 parent e48db5a commit a47a835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
- name: Check license headers
run: |
set -e
addlicense -l apache -c 'The Sigstore Authors' -v *
git diff --exit-code
addlicense --check -l apache -c 'The Sigstore Authors' -v *
golangci:
name: lint
Expand Down

0 comments on commit a47a835

Please sign in to comment.