abap2UI5/.github/workflows/UI5.yml
oblomov-dev de7d144689
update
2025-02-18 15:18:52 +00:00

22 lines
470 B
YAML

name: UI5_LINT
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
UI5_LINT:
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: cd app && npm install --global @ui5/linter && ui5lint --ignore-pattern "webapp/index.html" "webapp/controller/View1.controller.js" --details