Skip to content

Adjustments to the URL Helper (#1616) #7

Adjustments to the URL Helper (#1616)

Adjustments to the URL Helper (#1616) #7

Workflow file for this run

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