mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 18:08:23 +08:00
fix actions
This commit is contained in:
parent
1c8fda3da5
commit
f23f0180f6
3
.github/workflows/auto_abaplint.yaml
vendored
3
.github/workflows/auto_abaplint.yaml
vendored
|
@ -14,7 +14,8 @@ jobs:
|
||||||
|
|
||||||
- name: run transformation
|
- name: run transformation
|
||||||
run: |
|
run: |
|
||||||
npx abaplint .github/abaplint/abaplint_fix.jsonc --fix
|
npm ci
|
||||||
|
abaplint .github/abaplint/abaplint_fix.jsonc --fix
|
||||||
|
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user