Skip to content

Bump Polyfill from 6.1.1 to 6.2.3 #2457

Bump Polyfill from 6.1.1 to 6.2.3

Bump Polyfill from 6.1.1 to 6.2.3 #2457

Workflow file for this run

name: dotnet-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
run: dotnet-format BO4E-dotnet.sln --check