Delete rich-code-navigation.yml

This commit is contained in:
Warren Buckley
2020-08-11 08:25:43 +01:00
committed by GitHub
parent 3c2f2ac0b3
commit 3c9bd45ea6

View File

@@ -1,24 +0,0 @@
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/RichCodeNavIndexer@v0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
languages: csharp,typescript