Skip to content

Commit 9e6bff2

Browse files
authored
Create ABAP_CLOUD.yaml
1 parent 0959208 commit 9e6bff2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/ABAP_CLOUD.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ABAP_CLOUD
2+
3+
on:
4+
push:
5+
branches: [CLOUD]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
ABAP_CLOUD:
12+
runs-on: ubuntu-latest
13+
timeout-minutes: 10
14+
steps:
15+
- uses: actions/checkout@v3
16+
with:
17+
ref: CLOUD
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: 20
21+
- run: npm ci
22+
- run: npx abaplint

0 commit comments

Comments
 (0)