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:
Noelle Caldwell
2020-06-15 01:15:05 -07:00
committed by GitHub
parent 01a65694c1
commit 18cb88ee6d

19
.github/workflows/rich-navigation.yml vendored Normal file
View 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