Skip to content

Commit

Permalink
feat: Add license check (#207)
Browse files Browse the repository at this point in the history
* add license check script

* testing action

* deps

* wrong repo

* switch to main
  • Loading branch information
shibeshduw authored Oct 10, 2024
1 parent 2803146 commit 2880dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: pnpm check:public-api
- name: Check dependencies
run: pnpm check:deps
- name: License Check
uses: sap/cloud-sdk-js/.github/actions/check-license@main

dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2880dc4

Please sign in to comment.