We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc608bf commit 5281953Copy full SHA for 5281953
.github/workflows/rat.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Run RAT
32
run: |
33
- java -jar apache-rat-0.16.1.jar -d . -e vendor > rat-report.txt
+ java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -d . -e vendor > rat-report.txt
34
cat rat-report.txt
35
# Fail if unapproved licenses are found
36
- grep -q 'Unknown Licenses' rat-report.txt && exit 1 || exit 0
+ grep -q 'Unknown Licenses' rat-report.txt && exit 1 || exit 0
0 commit comments