Skip to content

Commit b2fc9db

Browse files
authored
Create ABAP_CLOUD.yaml
1 parent 92f186a commit b2fc9db

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ABAP_CLOUD.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: ABAP_CLOUD
2+
3+
on:
4+
push:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
ABAP_CLOUD:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 20
18+
- run: npm ci
19+
- run: npx abaplint .github/abaplint/abap_cloud.jsonc

0 commit comments

Comments
 (0)