Skip to content

Commit 8f3199b

Browse files
authored
add action
1 parent d632b37 commit 8f3199b

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: cloud
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

0 commit comments

Comments
 (0)