mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:45:47 +08:00

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
build_frontend_http / build_frontend_http (push) Waiting to run
ui5lint / test (push) Waiting to run
24 lines
448 B
YAML
24 lines
448 B
YAML
name: build_frontend_http
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build_frontend_http:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@v3
|
|
|
|
- name: run transformation
|
|
run: |
|
|
cd app
|
|
npm run transform
|
|
|
|
- name: Open PR
|
|
uses: peter-evans/create-pull-request@v4
|
|
with:
|
|
title: js files as abap classes
|