Skip to content

Commit

Permalink
docs: update licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Aug 16, 2024
1 parent d381b51 commit c923a55
Show file tree
Hide file tree
Showing 3 changed files with 5,906 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ license:

opensource:
@echo "Checking for open source licenses"
~/go/bin/go-licenses report github.com/karl-cardenas-coding/mywhoop --ignore $$(go list -m) --include_tests \
--ignore $$(tr -d ' \n' <<<"$${{ inputs.ignore-modules }}") \
--ignore $$(tr -d ' \n' <<<"$${{ inputs.ignore-modules }}") \
--ignore $$(go list std | awk 'NR > 1 { printf(",") } { printf("%s",$0) } END { print "" }') \
--template=docs/open-source.tpl > docs/open-source.md
~/go/bin/go-licenses report github.com/karl-cardenas-coding/mywhoop --template=docs/open-source.tpl > docs/open-source.md


tests: ## Run tests
@echo "Running tests"
Expand Down
Loading

0 comments on commit c923a55

Please sign in to comment.