Skip to content

Commit e1b3160

Browse files
committed
test for GitHub Action updated functionality
1 parent eeae2a6 commit e1b3160

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/rich-navigation.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node.js
14-
uses: actions/setup-node@v1
1513
- name: Install dependencies
1614
run: yarn --frozen-lockfile
1715
env:
1816
CHILD_CONCURRENCY: 1
19-
- name: Install .NET Core 2.2
20-
uses: actions/setup-dotnet@v1.5.0
21-
with:
22-
dotnet-version: 2.2
23-
- uses: microsoft/RichCodeNavIndexer@v0.1.2
17+
- uses: microsoft/RichCodeNavIndexer@v0.1
2418
with:
2519
languages: typescript
2620
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)