From 7cafc60234ce23ef542d534859c44c6030ee8976 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:22:06 +0000 Subject: [PATCH] Update and rename adding_lsif_to_workflows.mdx to adding_scip_to_workflows.mdx Updated the dir from lsif to scip and updatd the github action workflow example link to point to the updated LSIF to SCIP link --- ...dding_lsif_to_workflows.mdx => adding_scip_to_workflows.mdx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/code-search/code-navigation/how-to/{adding_lsif_to_workflows.mdx => adding_scip_to_workflows.mdx} (99%) diff --git a/docs/code-search/code-navigation/how-to/adding_lsif_to_workflows.mdx b/docs/code-search/code-navigation/how-to/adding_scip_to_workflows.mdx similarity index 99% rename from docs/code-search/code-navigation/how-to/adding_lsif_to_workflows.mdx rename to docs/code-search/code-navigation/how-to/adding_scip_to_workflows.mdx index dfc81400d..74551c275 100644 --- a/docs/code-search/code-navigation/how-to/adding_lsif_to_workflows.mdx +++ b/docs/code-search/code-navigation/how-to/adding_scip_to_workflows.mdx @@ -103,7 +103,7 @@ jobs: The following projects have example GitHub Action workflows to generate and upload indexes. - [elastic/kibana](https://github.com/sourcegraph-codeintel-showcase/kibana/blob/7ed559df0e2036487ae6d606e9ffa29d90d49e38/.github/workflows/lsif.yml) -- [golang/go](https://github.com/sourcegraph-codeintel-showcase/go/blob/f40606b1241b0ca4802d7b00a763241b03404eea/.github/workflows/lsif.yml) +- [golang/go](https://github.com/sourcegraph-codeintel-showcase/go/blob/master/.github/workflows/scip.yml) - [kubernetes/kubernetes](https://github.com/sourcegraph-codeintel-showcase/kubernetes/blob/359b6469d85cc7cd4f6634e50651633eefeaea4e/.github/workflows/lsif.yml) - [lodash/lodash](https://github.com/sourcegraph-codeintel-showcase/lodash/blob/b90ea221bd1b1e036f2dfcd199a2327883f9451f/.github/workflows/lsif.yml) - [moby/moby](https://github.com/sourcegraph-codeintel-showcase/moby/blob/380429abb05846de773d5aa07de052f40c9e8208/.github/workflows/lsif.yml)