Skip to content

Commit

Permalink
Submit Rich Code Navigation GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Jul 23, 2020
1 parent 639c7a4 commit 48963f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/rich-code-navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Microsoft Rich Code Navigation

on:
pull_request:
push:
branches: [ v8/dev ]

jobs:
RichNavigation:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Run Umbraco Build Script with Powershell
working-directory: 'build'
run: .\build.ps1
shell: powershell

- name: Microsoft Rich Code Navigation Indexer
uses: microsoft/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
languages: csharp,typescript

0 comments on commit 48963f6

Please sign in to comment.