Skip to content

Commit 527d668

Browse files
authored
add workflows lint
1 parent 9cf005d commit 527d668

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

workflows/ABAP_STANDARD.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: ABAP_STANDARD
2+
3+
on:
4+
push:
5+
branches: [main]
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+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: 20
19+
- run: npm ci
20+
- run: npx abaplint ./abaplint.jsonc

0 commit comments

Comments
 (0)