Skip to content

Bump NUnit from 4.2.2 to 4.4.0 #12

Bump NUnit from 4.2.2 to 4.4.0

Bump NUnit from 4.2.2 to 4.4.0 #12

Workflow file for this run

name: Code Format Check
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Check formatting
run: |
dotnet format --verify-no-changes