From 9cc44d0fd9c627fa8a0b4797287076f87feea9eb Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:25:09 +0100 Subject: [PATCH] Delete .github/workflows/transform.yml (#1584) --- .github/workflows/transform.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/transform.yml diff --git a/.github/workflows/transform.yml b/.github/workflows/transform.yml deleted file mode 100644 index bcca7096..00000000 --- a/.github/workflows/transform.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: js_transform -on: - push: - branches: - - "main" - workflow_dispatch: - -jobs: - Code-Cleanup: - runs-on: ubuntu-latest - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - - name: Run JSTransformation - run: | - cd app - npm run transform - - - name: Commit Changes - uses: EndBug/add-and-commit@v9 - with: - default_author: github_actions - message: "add frontend files as abap class" - add: "src"