mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 10:36:18 +08:00

Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled
mirror_srtti / mirror_srtti (push) Has been cancelled
mirror_ajson / mirror_ajson (push) Has been cancelled
20 lines
327 B
YAML
20 lines
327 B
YAML
name: ABAP_CLOUD
|
|
|
|
on:
|
|
push:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
ABAP_CLOUD:
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 10
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-node@v3
|
|
with:
|
|
node-version: 20
|
|
- run: npm ci
|
|
- run: npx abaplint .github/abaplint/abap_cloud.jsonc
|