mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
Remove rich-navigation workflow (#57848)
This commit is contained in:
parent
3282ff28e6
commit
e37df042eb
6
.github/workflow-resources/.lsifrc.json
vendored
6
.github/workflow-resources/.lsifrc.json
vendored
@ -1,6 +0,0 @@
|
||||
{
|
||||
"project": "../../src/tsconfig.json",
|
||||
"source": "../../package.json",
|
||||
"package": "../../package.json",
|
||||
"out": "../../typescript.lsif"
|
||||
}
|
||||
40
.github/workflows/rich-navigation.yml
vendored
40
.github/workflows/rich-navigation.yml
vendored
@ -1,40 +0,0 @@
|
||||
name: 'Rich Navigation Indexing'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
# Ensure scripts are run with pipefail. See:
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
richnav:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- uses: microsoft/RichCodeNavIndexer@c8b97bc908f7bc0151fe4872aa029e99b2a0b96b # v0.1
|
||||
with:
|
||||
languages: typescript
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
typescriptVersion: 0.6.0-next.18
|
||||
configFiles: .github/workflow-resources/.lsifrc.json
|
||||
continue-on-error: true
|
||||
Loading…
x
Reference in New Issue
Block a user