Skip to content

Commit

Permalink
enable rat in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Oct 19, 2022
1 parent e58f5d4 commit bcffc0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
with:
fetch-depth: 2

- name: License check(RAT)
run: |
mvn apache-rat:check | grep -v "Downloading\|Downloaded\|Progress"
find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt && cat merged-rat.txt
- name: Compile
run: |
mvn compile -Dmaven.javadoc.skip=true | grep -v "Downloading\|Downloaded"
Expand Down

0 comments on commit bcffc0d

Please sign in to comment.