Skip to content

Commit

Permalink
ci: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
aliphys committed Nov 21, 2023
1 parent 43ece45 commit df3d5a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: |
EXIT_STATUS=0
# Go into folder path
cd ./${{ matrix.module.path }}
LICENSEE_OUTPUT="$(licensee detect --json --confidence=100)"
Expand All @@ -109,6 +110,4 @@ jobs:
EXIT_STATUS=1
fi
echo "${LICENSEE_OUTPUT}"
exit $EXIT_STATUS

0 comments on commit df3d5a5

Please sign in to comment.