Skip to content

feat: Release workflow pushes to Manifold GHCR #13

feat: Release workflow pushes to Manifold GHCR

feat: Release workflow pushes to Manifold GHCR #13

Workflow file for this run

name: lsif
on:
- push
jobs:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go:latest
steps:
- uses: actions/checkout@v3
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure