Skip to content

Commit

Permalink
addlicense ignore distribution/**
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Feb 22, 2024
1 parent aa8440e commit d7542f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/addlicense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: addlicense-check
run: |
go install github.com/google/addlicense@latest
find . -type f -name "*.go" | xargs addlicense -check
find . -type f -name "*.go" | xargs addlicense -check -ignore distribution/**

0 comments on commit d7542f3

Please sign in to comment.