Skip to content

Add standardized Sourcegraph CI (build checks + code intel)#1

Draft
eseliger wants to merge 1 commit into
mainfrom
add-sourcegraph-ci-00f0b20e-d797-4140-93a5-0c41b89d0df2
Draft

Add standardized Sourcegraph CI (build checks + code intel)#1
eseliger wants to merge 1 commit into
mainfrom
add-sourcegraph-ci-00f0b20e-d797-4140-93a5-0c41b89d0df2

Conversation

@eseliger

@eseliger eseliger commented Jul 9, 2026

Copy link
Copy Markdown

Adds language-aware GitHub Actions CI so this repository produces status checks at scale.

Depending on the languages detected in this repo, this adds one or more workflows under .github/workflows/sg-ci-*.yml:

  • Build/lint check (gofmt+vet+build, tsc, compileall+ruff, mvn/gradle/javac, php -l, ruby -c)
  • A code-intel job that generates a SCIP index (gating step) with the matching scip-* tool/action and best-effort uploads it to demo.sourcegraph.com

The code-intel upload is best-effort and requires an organization/repository Actions secret named SRC_ACCESS_TOKEN for demo.sourcegraph.com; index generation itself must pass regardless.

Created by Sourcegraph agentic batch change.

@eseliger eseliger force-pushed the add-sourcegraph-ci-00f0b20e-d797-4140-93a5-0c41b89d0df2 branch from 87cff16 to 01446f6 Compare July 9, 2026 09:34
@eseliger eseliger force-pushed the add-sourcegraph-ci-00f0b20e-d797-4140-93a5-0c41b89d0df2 branch from 01446f6 to 239c482 Compare July 9, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant