abap2UI5/.github/workflows/auto_abaplint.yaml
2025-02-18 17:02:50 -05:00

24 lines
435 B
YAML

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