abap2UI5/.github/workflows/js_tranform.yml
oblomov-dev 46dd1ca84d
Create ui5lint (#1566)
* Create ui5lint

* Rename ui5lint to ui5lint.yml

* Create js_tranform.yml

* Update ui5lint.yml

* Update ui5lint.yml
2024-11-23 14:15:10 +01:00

23 lines
377 B
YAML

name: js_transform
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
Code-Cleanup:
runs-on: ubuntu-latest
steps:
- run: cd app
- run: npm run transform
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "abap js files created"
add: "src"