Skip to content

Update

Update #8

Workflow file for this run

name: UI5_2X
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
UI5_2X:
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