Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shibeshduw committed Oct 7, 2024
1 parent bbd7165 commit d01ed09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
run: pnpm check:public-api
- name: Check dependencies
run: pnpm check:deps
- name: Checkout cloud-sdk-js for License Check
uses: actions/checkout@v4
with:
repository: sap/cloud-sdk-js
path: cloud-sdk-js
- name: Run License Check
run: node --loader ts-node/esm .\scripts\check-licenses.ts

dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d01ed09

Please sign in to comment.