Skip to content

Commit 6892225

Browse files
committed
Enable Kotlin SCIP example
1 parent c21077e commit 6892225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scip-examples.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
scip_binary: scip-java
2626
scip_args: "index --verbose"
2727
# scip-java has problems with indexing Kotlin codebase
28-
# - repository: arrow-kt/arrow
29-
# scip_binary: scip-java
30-
# scip_args: "index --verbose"
28+
- repository: arrow-kt/arrow
29+
scip_binary: scip-java
30+
scip_args: "index --verbose"
3131
- repository: apache/pekko
3232
scip_binary: scip-java
3333
scip_args: "index --verbose"

0 commit comments

Comments
 (0)