Skip to content

Commit

Permalink
add rat check in action & remove useless binary test file
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Jan 12, 2023
1 parent 2895dfa commit f0cf118
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -48,6 +48,11 @@ jobs:
with:
fetch-depth: 2

- name: License check(RAT)
run: |
mvn apache-rat:check -ntp
find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt && cat merged-rat.txt
- name: Compile
run: |
mvn clean compile -U -Dmaven.javadoc.skip=true | grep -v "Downloading\|Downloaded"
Expand Down
Binary file removed hugegraph-dist/src/main/resources/public-certs.store
Binary file not shown.

0 comments on commit f0cf118

Please sign in to comment.