Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Bump System.ComponentModel.Composition from 9.0.9 to 9.0.10 #554

Bump System.ComponentModel.Composition from 9.0.9 to 9.0.10

Bump System.ComponentModel.Composition from 9.0.9 to 9.0.10 #554

Workflow file for this run

name: Check format
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v4
- uses: xt0rted/dotnet-format-problem-matcher@v1.2.0
- run: dotnet tool install -g dotnet-format
- run: dotnet-format --check src