Skip to content

feat: Support Net 9.0 (#62) #96

feat: Support Net 9.0 (#62)

feat: Support Net 9.0 (#62) #96

Workflow file for this run

name: Format check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
dotnet-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Format
working-directory: ./src
run: dotnet format --verify-no-changes --no-restore