- Add package-map.edn mapping tui.* namespaces to io.github.ajet/clojure-tui - Update CI workflow to pass package-map when generating SCIP index - Enables cross-repo navigation from dependent projects in Sourcegraph Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Generate SCIP index
|
||||
run: |
|
||||
cd /tmp/scip-clojure
|
||||
clojure -M:run -p $GITHUB_WORKSPACE -o $GITHUB_WORKSPACE/index.scip
|
||||
clojure -M:run -p $GITHUB_WORKSPACE -o $GITHUB_WORKSPACE/index.scip -m $GITHUB_WORKSPACE/package-map.edn
|
||||
env:
|
||||
CLOJURE_LSP_PATH: /usr/local/bin/clojure-lsp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user