mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:16:24 +08:00
Delete .github/workflows/transform.yml (#1584)
This commit is contained in:
parent
d0ef15f564
commit
9cc44d0fd9
25
.github/workflows/transform.yml
vendored
25
.github/workflows/transform.yml
vendored
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user