Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shibeshduw committed Oct 8, 2024
1 parent 876dd05 commit d9aa2ea
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/actions/check-license/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import * as core from '@actions/core';
import { checkLicenses } from '../../../scripts/check-licenses';

async function run() {
try {
await checkLicenses();
} catch (error) {
if (error instanceof Error) core.setFailed(error.message);
}
}

run();
await checkLicenses();

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
"@sap-cloud-sdk/util": "^3.21.0",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/license-checker": "^25.0.6",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20.16.10",
"depcheck": "^1.4.7",
"eslint": "^9.12.0",
"glob": "^11.0.0",
"jest": "^30.0.0-alpha.6",
"jsonwebtoken": "^9.0.2",
"license-checker": "^25.0.1",
"mock-fs": "^5.3.0",
"nock": "^13.5.5",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit d9aa2ea

Please sign in to comment.