abap2UI5/.github/workflows/auto_app2abap.yml
oblomov-dev 69c7e7e0a2
update
2025-02-19 13:41:09 +00:00

25 lines
463 B
YAML

name: auto_app2abap
on:
push:
branches: [main]
jobs:
auto_app2abap:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: run transformation
run: |
npm run auto_app2abap
npm ci
npm run auto_abaplint
- name: Open PR
uses: peter-evans/create-pull-request@v4
with:
title: auto-app2abap
branch: auto-app2abap