From 18cb88ee6d58d2ea6db2b632b66acc65337bd34f Mon Sep 17 00:00:00 2001 From: Noelle Caldwell Date: Mon, 15 Jun 2020 01:15:05 -0700 Subject: [PATCH] adding rich navigation workflow (#100014) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added rich navigation workflow * update yarn command to install dependencies * Update .github/workflows/rich-navigation.yml Co-authored-by: João Moreno --- .github/workflows/rich-navigation.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/rich-navigation.yml diff --git a/.github/workflows/rich-navigation.yml b/.github/workflows/rich-navigation.yml new file mode 100644 index 00000000000..0becba360d3 --- /dev/null +++ b/.github/workflows/rich-navigation.yml @@ -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