diff --git a/.github/workflows/auto_abaplint.yaml b/.github/workflows/auto_abaplint.yaml index be929c67..cdc98c73 100644 --- a/.github/workflows/auto_abaplint.yaml +++ b/.github/workflows/auto_abaplint.yaml @@ -14,7 +14,8 @@ jobs: - name: run transformation run: | - npx abaplint .github/abaplint/abaplint_fix.jsonc --fix + npm ci + abaplint .github/abaplint/abaplint_fix.jsonc --fix - name: Open PR uses: peter-evans/create-pull-request@v4