Skip to content

Bump the xunit group with 2 updates #4

Bump the xunit group with 2 updates

Bump the xunit group with 2 updates #4

Workflow file for this run

name: πŸ“ƒ Docfx Validate
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: πŸ“š docfx
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: βš™ Install prerequisites
run: |
./init.ps1 -UpgradePrerequisites
dotnet --info
shell: pwsh
- name: πŸ“š Verify docfx build
run: dotnet docfx docfx/docfx.json --warningsAsErrors --disableGitFeatures
if: runner.os == 'Linux'