abap2UI5/.github/workflows/auto_abaplint_fix.yaml
2025-02-19 13:18:24 +00:00

24 lines
451 B
YAML

name: auto_abaplint_fix
on:
push:
branches: [main]
jobs:
auto_abaplint_fix:
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
branch: abaplint-auto-fixes