fix downport workflow (#1820)
Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled

This commit is contained in:
oblomov-dev 2025-04-02 11:16:57 +02:00 committed by GitHub
parent 373d09ff45
commit 0be34c3e55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,15 +5,14 @@
"description": "Developing UI5 Apps Purely in ABAP.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc",
"abaplintpathfix": "sed -i 's|\"files\": \"/\\.\\.\\/\\.\\.\\/src\\/\\*\\*\\/\\*\\.\\*\"|\"files\": \"/src/**/*.*\"|g' abaplint.jsonc",
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc && npm run abaplintpathfix",
"auto_app2abap": "node .github/app2abap/trans2abap.js",
"auto_abaplint": "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix",
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/setup/abap_transpile.json",
"rename": "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename",
"express": "node node/srv/express.mjs",
"unit": "echo RUNNING && node node/output/index.mjs"
},
"repository": {
"type": "git",