fix github actions

This commit is contained in:
oblomov-dev 2025-02-19 13:37:40 +00:00 committed by GitHub
parent 4e02548ead
commit 4d2891970b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -14,10 +14,10 @@ jobs:
- name: run transformation - name: run transformation
run: | run: |
cd app cd app
npm run transform npm run auto_app2abap
cd .. cd ..
npm ci npm ci
npm run auto_app2abap npm run auto_abaplint
- name: Open PR - name: Open PR
uses: peter-evans/create-pull-request@v4 uses: peter-evans/create-pull-request@v4

View File

@ -1,8 +1,8 @@
{ {
"name": "abap2ui5-layout-variant-management", "name": "abap2ui5",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"description": "Layout Management for abap2UI5.", "description": "Developing UI5 Apps Purely in ABAP.",
"scripts": { "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' {} + ", "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", "auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
@ -12,13 +12,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/abap2UI5-addons/layout-management.git" "url": "git+https://github.com/abap2UI5/abap2UI5.git"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/abap2UI5-addons/layout-management.git" "url": "https://github.com/abap2UI5/abap2UI5"
}, },
"homepage": "https://github.com/abap2UI5-addons/layout-management#readme", "homepage": "wwww.abap2UI5.org",
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.113.86", "@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20", "@abaplint/database-sqlite": "^2.10.20",