Skip to content

Commit 454e238

Browse files
authored
fix workflow syntax check (#498)
1 parent c56d488 commit 454e238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ABAP_STANDARD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
- run: npx abaplint ./abaplint.jsonc
19+
- run: npx abaplint .github/abaplint/abaplint.jsonc

0 commit comments

Comments
 (0)