From a80709ad63c3cc27961797b70b2901795568f1d0 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 10 Apr 2020 19:17:15 -0700 Subject: [PATCH] Add a pointer to the lsif-go-action repository (#53) This is a breadcrumb to help users see the connection between the indexer and the CI configuration. We may want to consolidate some of the CI workflows in the future, but for now I wanted to ensure the reader can at least find one of them. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e8fbe20..271be814 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ Processed in 1.002227943s ``` Use `lsif-go --help` for more information. + +## Updating your index + +To keep your index up-to-date, you can add a step to your CI to generate new data when your repository changes. For example, you can use our [LSIF Go action workflow](https://github.com/sourcegraph/lsif-go-action) to generate and upload an index in GitHub Actions.