We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a624e2f commit fcb8aebCopy full SHA for fcb8aeb
.github/workflows/pr.yml
@@ -14,7 +14,7 @@ env:
14
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
15
16
jobs:
17
- validate-navigation:
+ validate-assembler:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
@@ -23,9 +23,12 @@ jobs:
23
id: bootstrap
24
uses: ./.github/actions/bootstrap
25
26
- - name: Build
+ - name: Validate Navigation
27
run: dotnet run --project src/tooling/docs-assembler -c release -- navigation validate
28
29
+ - name: Validate Content Sources
30
+ run: dotnet run --project src/tooling/docs-assembler -c release -- content-source validate
31
+
32
build-lambda:
33
uses: ./.github/workflows/build-link-index-updater-lambda.yml
34
0 commit comments