From f23f0180f6e3dd8d6616bc10c9afc459527bb6f5 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:54:11 -0500 Subject: [PATCH] fix actions --- .github/workflows/auto_abaplint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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