abap2UI5/.github/workflows/ui5lint.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

20 lines
345 B
YAML

name: ui5lint
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.11.0'
- run: cd app && npm i
- run: npm install --global @ui5/linter && ui5lint --details