Skip to content

docs: Update Theme switching docs and add visual content #1647

docs: Update Theme switching docs and add visual content

docs: Update Theme switching docs and add visual content #1647

Workflow file for this run

name: .NET format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
dotnet-format:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore Chefs.sln
- name: dotnet format
run: dotnet format Chefs.sln --verify-no-changes --verbosity diagnostic