mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
adding rich navigation workflow (#100014)
* added rich navigation workflow * update yarn command to install dependencies * Update .github/workflows/rich-navigation.yml Co-authored-by: João Moreno <mail@joaomoreno.com>
This commit is contained in:
19
.github/workflows/rich-navigation.yml
vendored
Normal file
19
.github/workflows/rich-navigation.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: "Rich Navigation Indexing"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
richnav:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- uses: microsoft/RichCodeNavIndexer@master
|
||||
with:
|
||||
languages: typescript
|
||||
Reference in New Issue
Block a user