Add SCIP indexing #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: scip | ||
# Run on all PRs and default branch pushes (so navigation can be used within pull requests and master). | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
# Necessary to retrieve credentials to publish code-intel graphs to sourcegraph | ||
permissions: | ||
contents: read | ||
id-token: write | ||
jobs: | ||
index: | ||
uses: Workiva/gha-scip/.github/workflows/[email protected] | ||
Check failure on line 17 in .github/workflows/scip.yaml GitHub Actions / .github/workflows/scip.yamlInvalid workflow file
|