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