Skip to content

Bump System.Collections.Immutable and System.Reflection.Metadata in /src #1486

Bump System.Collections.Immutable and System.Reflection.Metadata in /src

Bump System.Collections.Immutable and System.Reflection.Metadata in /src #1486

Workflow file for this run

name: dotnet format
on:
pull_request:
branches: [ main ]
jobs:
check-format:
runs-on: windows-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: dotnet format
run: dotnet-format --folder --check