Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shibeshduw committed Oct 7, 2024
1 parent 701f24a commit 81b414c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,13 @@ jobs:
- uses: sap/ai-sdk-js/.github/actions/setup@main
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
- run: pnpm lint
- name: Check CommonJS compatibility
run: pnpm compile:cjs
- name: Check public API
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
run: node --loader ts-node/esm cloud-sdk-js/scripts/check-licenses.ts

dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81b414c

Please sign in to comment.