mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:26:16 +08:00
Update transform.yml (#1587)
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
This commit is contained in:
parent
29e8d3e56c
commit
7ba360ae9f
8
.github/workflows/transform.yml
vendored
8
.github/workflows/transform.yml
vendored
|
@ -12,17 +12,11 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Run JSTransformation
|
- name: run transformation
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
npm run transform
|
npm run transform
|
||||||
|
|
||||||
- name: Commit Changes
|
|
||||||
uses: EndBug/add-and-commit@v9
|
|
||||||
with:
|
|
||||||
default_author: github_actions
|
|
||||||
message: "add frontend files as abap class"
|
|
||||||
add: "src"
|
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user