Skip to content

temp test

temp test #3

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- name: Run dotnet format
run: dotnet format --verify-no-changes