Skip to content

Bump Polyfill from 7.12.0 to 8.9.0 #3984

Bump Polyfill from 7.12.0 to 8.9.0

Bump Polyfill from 7.12.0 to 8.9.0 #3984

Workflow file for this run

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