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

This commit is contained in:
oblomov-dev 2024-11-27 10:15:08 +01:00 committed by GitHub
parent 29e8d3e56c
commit 7ba360ae9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: