Skip to content

Commit 18cb88e

Browse files
noellelcjoaomoreno
andauthored
adding rich navigation workflow (microsoft#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>
1 parent 01a6569 commit 18cb88e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Rich Navigation Indexing"
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
richnav:
10+
runs-on: windows-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Use Node.js
14+
uses: actions/setup-node@v1
15+
- name: Install dependencies
16+
run: yarn install
17+
- uses: microsoft/RichCodeNavIndexer@master
18+
with:
19+
languages: typescript

0 commit comments

Comments
 (0)