We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21077e commit 6892225Copy full SHA for 6892225
.github/workflows/scip-examples.yaml
@@ -25,9 +25,9 @@ jobs:
25
scip_binary: scip-java
26
scip_args: "index --verbose"
27
# scip-java has problems with indexing Kotlin codebase
28
- # - repository: arrow-kt/arrow
29
- # scip_binary: scip-java
30
- # scip_args: "index --verbose"
+ - repository: arrow-kt/arrow
+ scip_binary: scip-java
+ scip_args: "index --verbose"
31
- repository: apache/pekko
32
33
0 commit comments