Skip to content

Bump the fastendpoints group with 3 updates #206

Bump the fastendpoints group with 3 updates

Bump the fastendpoints group with 3 updates #206

Workflow file for this run

name: .NET Style Check
on:
pull_request:
branches: [ "*" ]
jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Verify Format with .editorconfig
run: dotnet format --verify-no-changes --verbosity detailed --no-restore