Skip to content

fix: Use annotated enum converter when deserializing a list of enum v… #3419

fix: Use annotated enum converter when deserializing a list of enum v…

fix: Use annotated enum converter when deserializing a list of enum v… #3419

Workflow file for this run

name: csharpier
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
- name: Restore .NET tools
run: dotnet tool restore
- name: Run CSharpier
run: dotnet csharpier . --check