mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
25 lines
467 B
YAML
25 lines
467 B
YAML
name: create_app2abap
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
create_app2abap:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@v3
|
|
|
|
- name: run transformation
|
|
run: |
|
|
npm ci
|
|
npm run auto_app2abap
|
|
npm run auto_abaplint
|
|
|
|
- name: Open PR
|
|
uses: peter-evans/create-pull-request@v4
|
|
with:
|
|
title: auto-app2abap
|
|
branch: auto-app2abap
|