Files
vscode/.github/workflows/rich-navigation.yml
Noelle Caldwell 18cb88ee6d 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>
2020-06-15 10:15:05 +02:00

20 lines
384 B
YAML

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