Skip to content

build: Enable SonarQube analysis #45

build: Enable SonarQube analysis

build: Enable SonarQube analysis #45

Workflow file for this run

name: Format
on:
push:
branches:
- "*"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Format
run: dotnet format --verify-no-changes --verbosity diagnostic