We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded7a64 commit 0959208Copy full SHA for 0959208
.github/workflows/ABAP_STANDARD.yaml
@@ -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
20
+ node-version: 20
21
+ - run: npm ci
22
+ - run: npx abaplint .github/abaplint/abap_702.jsonc
0 commit comments