Skip to content

Bump EDILibrary.Core from 2.1.1 to 2.3.0 #715

Bump EDILibrary.Core from 2.1.1 to 2.3.0

Bump EDILibrary.Core from 2.1.1 to 2.3.0 #715

Workflow file for this run

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