Skip to content

Commit

Permalink
update make license to make license-check
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Jan 30, 2023
1 parent beed2a0 commit 63cbf7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: Run license finder
run: |
sudo -u testbot bash -lc 'make license'
sudo -u testbot bash -lc 'make license-check'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ server:
clean-all:
git clean -fxd

license:
license-check:
license_finder --npm-options='--prefix web/frontend'

include *.make
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ See documentation in [Direct Remote Control](./web/cmd/directremotecontrol/main.
### License check

We run [LicenseFinder](https://github.com/pivotal/LicenseFinder) in CI to verify 3rd-party libraries have approved software licenses.
If you add a 3rd-party library to this project, please run `make license` to verify that it can be used.
If you add a 3rd-party library to this project, please run `make license-check` to verify that it can be used.

### Windows Support (Experimental)

Expand Down

0 comments on commit 63cbf7b

Please sign in to comment.