mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +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
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run JSTransformation
|
||||
- name: run transformation
|
||||
run: |
|
||||
cd app
|
||||
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
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user