Skip to content

Commit 0959208

Browse files
authored
Create ABAP_STANDARD.yaml
1 parent ded7a64 commit 0959208

File tree

1 file changed

+22
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)