Skip to content

Commit a29d061

Browse files
authored
Create ABAP_STANDARD
1 parent 1693104 commit a29d061

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ABAP_STANDARD

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: ABAP_STANDARD
2+
3+
on:
4+
push:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
ABAP_STANDARD:
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_standard.jsonc

0 commit comments

Comments
 (0)