We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f70a6 commit fcd326eCopy full SHA for fcd326e
.github/workflows/kotlin-build.yml
@@ -23,6 +23,6 @@ jobs:
23
- uses: actions/checkout@v4
24
- run: |
25
bazel query //java/kotlin-extractor/...
26
- # only build the default version as a sanity check that we can build from `codeql`
+ # only build the default version as a quick check that we can build from `codeql`
27
# the full official build will be checked by QLucie
28
bazel build //java/kotlin-extractor
0 commit comments