mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 16:06:16 +08:00

* Create ui5lint * Rename ui5lint to ui5lint.yml * Create js_tranform.yml * Update ui5lint.yml * Update ui5lint.yml
23 lines
377 B
YAML
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"
|