Skip to content

Commit

Permalink
chore: fix license header check (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Apr 27, 2022
1 parent 051713d commit df5e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
go-version: '^1.13.1'
- name: License Header Check
run: |
go get -u github.com/google/addlicense
go install github.com/google/addlicense@latest
addlicense -c "Google LLC" -l apache -check $(find $PWD -type f -name '*.java' ! -iname '*PlaceholderFile.java')

0 comments on commit df5e9e0

Please sign in to comment.